From 9e76cb1635c69601465f79c44733f0c305b59505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:26:08 +0000 Subject: [PATCH] Bump the minor-and-patch-dependencies group with 3 updates Bumps the minor-and-patch-dependencies group with 3 updates: [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4) Updates `org.springframework.boot:spring-boot-starter-validation` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4) Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-dependencies ... Signed-off-by: dependabot[bot] --- junit5-nested-tests/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/junit5-nested-tests/build.gradle b/junit5-nested-tests/build.gradle index 336c7ca..e23932e 100644 --- a/junit5-nested-tests/build.gradle +++ b/junit5-nested-tests/build.gradle @@ -22,9 +22,9 @@ repositories { } dependencies { - implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '3.2.3' - implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: '3.2.3' + implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '3.2.4' + implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: '3.2.4' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.2' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' - testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.2.3' + testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.2.4' }