From 41c026c6a1e8a6267b2b4663c5870945249c78c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:31:21 +0000 Subject: [PATCH] Bump the all-deps-minor-and-patch group with 3 updates Bumps the all-deps-minor-and-patch group with 3 updates: [org.springframework:spring-test](https://github.com/spring-projects/spring-framework), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5). Updates `org.springframework:spring-test` from 6.2.6 to 6.2.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.6...v6.2.7) Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-version: 6.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps-minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps-minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps-minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 65c55be..7480197 100644 --- a/build.gradle +++ b/build.gradle @@ -40,13 +40,13 @@ dependencies { implementation group: 'org.json', name: 'json', version: '20250107' // https://mvnrepository.com/artifact/org.springframework/spring-test - implementation group: 'org.springframework', name: 'spring-test', version: '6.2.6' + implementation group: 'org.springframework', name: 'spring-test', version: '6.2.7' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.2' + implementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.0' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.0' } task copyDependencies(type: Copy) {