From 61ec02efcad4af740f40482b773c2d7c99a6c2e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:26:50 -0600 Subject: [PATCH] Bump org.springframework:spring-web from 6.0.18 to 6.2.0 in /backend (#8285) * Bump org.springframework:spring-web from 6.0.18 to 6.2.0 in /backend * upgrading spring-core --------- Co-authored-by: dependabot[bot] Co-authored-by: David McClatchey --- backend/build.gradle | 4 ++-- backend/gradle.lockfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 49267e98d3..0a2bee909a 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -44,7 +44,7 @@ dependencies { // graphql implementation 'org.springframework.boot:spring-boot-starter-graphql:3.3.6' - implementation 'org.springframework:spring-web:6.1.15' + implementation 'org.springframework:spring-web:6.2.0' testImplementation 'org.springframework:spring-webflux' testImplementation 'org.springframework.graphql:spring-graphql-test' implementation 'com.graphql-java:graphql-java:22.3' @@ -68,7 +68,7 @@ dependencies { * DevSecOps verifies these packages at least once per month. LAST VERIFIED: 10 July 2024. */ implementation 'com.squareup.okio:okio:3.9.1' - implementation 'org.springframework:spring-core:6.1.15' + implementation 'org.springframework:spring-core:6.2.0' implementation 'org.springframework.security:spring-security-core:6.3.5' implementation 'org.springframework.security:spring-security-oauth2-client:6.3.5' implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.33' diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index c7549a6ce5..62fa0dfea9 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -229,13 +229,13 @@ org.springframework:spring-aspects:6.1.15=compileClasspath,runtimeClasspath org.springframework:spring-beans:6.1.15=compileClasspath,runtimeClasspath org.springframework:spring-context-support:6.1.15=compileClasspath,runtimeClasspath org.springframework:spring-context:6.1.15=compileClasspath,runtimeClasspath -org.springframework:spring-core:6.1.15=compileClasspath,runtimeClasspath +org.springframework:spring-core:6.2.0=compileClasspath,runtimeClasspath org.springframework:spring-expression:6.1.15=compileClasspath,runtimeClasspath org.springframework:spring-jcl:6.1.15=compileClasspath,runtimeClasspath org.springframework:spring-jdbc:6.1.15=compileClasspath,runtimeClasspath org.springframework:spring-orm:6.1.15=compileClasspath,runtimeClasspath org.springframework:spring-tx:6.1.15=compileClasspath,runtimeClasspath -org.springframework:spring-web:6.1.15=compileClasspath,runtimeClasspath +org.springframework:spring-web:6.2.0=compileClasspath,runtimeClasspath org.springframework:spring-webmvc:6.1.15=compileClasspath,runtimeClasspath org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE=compileClasspath,runtimeClasspath org.thymeleaf:thymeleaf:3.1.2.RELEASE=compileClasspath,runtimeClasspath