From 681705e3d895fb221038ba0080635b9ec6baf4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 5 Jan 2025 15:24:10 +0000 Subject: [PATCH 1/2] Bump org.springframework:spring-core from 6.1.15 to 6.2.1 in /backend --- backend/build.gradle | 2 +- backend/gradle.lockfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 49267e98d3..dac97aa743 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -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.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 c7549a6ce5..1e20309ee4 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -229,7 +229,7 @@ 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.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 From b5ff57aee226887fc0b20dff63633fc6409b00e6 Mon Sep 17 00:00:00 2001 From: David McClatchey Date: Mon, 13 Jan 2025 15:50:19 -0500 Subject: [PATCH 2/2] updating spring-web version --- backend/build.gradle | 2 +- backend/gradle.lockfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index dac97aa743..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.1.15' + 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' diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index 1e20309ee4..a83eeb4c3b 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -235,7 +235,7 @@ 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.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