From bd2cfed3239dbfd6af8ab2ce7ace0e7aa2ef86fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 18:23:59 +0000 Subject: [PATCH] Bump org.springframework:spring-test Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 4.3.14.RELEASE to 4.3.30.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.3.14.RELEASE...v4.3.30.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 4.3.30.RELEASE dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67323e0..7da0197 100644 --- a/build.gradle +++ b/build.gradle @@ -135,7 +135,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-core:1.3' testImplementation 'org.mockito:mockito-core:2.8.9' testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1' - testImplementation 'org.springframework:spring-test:4.3.14.RELEASE' + testImplementation 'org.springframework:spring-test:4.3.30.RELEASE' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' }