From 7b68a4daa289bf1567b48e0dd9a42fc655491029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:02:31 +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.11. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.2.11) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 6.2.11 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..73062fa 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.11' + testImplementation 'org.springframework:spring-web:6.2.11' + testImplementation 'org.springframework:spring-test:6.2.11' testImplementation 'com.google.appengine:appengine-testing:+' testImplementation 'com.google.appengine:appengine-api-stubs:+'