From 2e07f6d4ea9622e355165795cf5eeb565075fc11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:03:32 +0000 Subject: [PATCH] build(deps): bump org.springframework:spring-test in /backend Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 5.3.27 to 6.2.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.2.12) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 2de9bfe..1603b8d 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -68,9 +68,9 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'com.google.truth:truth:1.1.3' testImplementation 'org.mockito:mockito-all:1.10.19' - testImplementation 'org.springframework:spring-core:5.3.27' - testImplementation 'org.springframework:spring-web:5.3.27' - testImplementation 'org.springframework:spring-test:5.3.27' + testImplementation 'org.springframework:spring-core:6.2.12' + testImplementation 'org.springframework:spring-web:6.2.12' + testImplementation 'org.springframework:spring-test:6.2.12' testImplementation 'com.google.appengine:appengine-testing:+' testImplementation 'com.google.appengine:appengine-api-stubs:+'