diff --git a/backend/build.gradle b/backend/build.gradle index 0a2bee909a..02deca6c28 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.2.0' + implementation 'org.springframework:spring-web:6.2.1' 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.2.0' + implementation 'org.springframework:spring-core:6.2.1' 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 62fa0dfea9..a83eeb4c3b 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.2.0=compileClasspath,runtimeClasspath +org.springframework:spring-core:6.2.1=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.2.0=compileClasspath,runtimeClasspath +org.springframework:spring-web:6.2.1=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