From 4381a88fb9b0300066aa4eb0f23a2ff5c326a9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:42:35 +0000 Subject: [PATCH] Bump org.springframework:spring-test Bumps the all-deps-minor-and-patch group with 1 update: [org.springframework:spring-test](https://github.com/spring-projects/spring-framework). Updates `org.springframework:spring-test` from 6.2.1 to 6.2.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-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 d3bafc1..06ebcdc 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation group: 'org.json', name: 'json', version: '20240303' // https://mvnrepository.com/artifact/org.springframework/spring-test - implementation group: 'org.springframework', name: 'spring-test', version: '6.2.1' + implementation group: 'org.springframework', name: 'spring-test', version: '6.2.2' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4'