From dcad56e20d51ca3fc82cb96ebf628a2f3a3c0f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:03:35 +0000 Subject: [PATCH] Bump org.springframework:spring-test from 5.3.30 to 5.3.31 Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 5.3.30 to 5.3.31. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.30...v5.3.31) --- updated-dependencies: - dependency-name: org.springframework:spring-test 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 ef7acaf..6cb80cc 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' - testImplementation 'org.springframework:spring-test:5.3.30' + testImplementation 'org.springframework:spring-test:5.3.31' testImplementation 'org.springframework:spring-web:5.3.31' testImplementation 'org.mockito:mockito-core:5.8.0' }