From 9d73db876a8caf0106901fbecbe988a2ca081483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:30:20 +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.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.2.1) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 2de9bfe..768da80 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -70,7 +70,7 @@ dependencies { 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-test:6.2.1' testImplementation 'com.google.appengine:appengine-testing:+' testImplementation 'com.google.appengine:appengine-api-stubs:+'