From f277fd564be628b37f6a29e4ddd88af3aa1db7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:45:52 +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.1.10 to 6.1.11 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.10...v6.1.11) --- 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 409d109..119276a 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.1.10' + implementation group: 'org.springframework', name: 'spring-test', version: '6.1.11' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3'