From eb2017cbe104d6c7a9a3f864cb9c77034b037ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:31:55 +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.10 to 6.1.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.10...v6.1.0) --- 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 2567fe9..337abd2 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -77,7 +77,7 @@ dependencies { testImplementation 'org.mockito:mockito-all:1.10.19' testImplementation 'org.springframework:spring-core:5.3.10' testImplementation 'org.springframework:spring-web:5.3.10' - testImplementation 'org.springframework:spring-test:5.3.10' + testImplementation 'org.springframework:spring-test:6.1.0' testImplementation 'com.google.appengine:appengine-testing:+' testImplementation 'com.google.appengine:appengine-api-stubs:+'