From de6a14e3cf6ef72cfb9c00a3ba01f1ffe6e8ef4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 03:57:15 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-test Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.4.3 to 3.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.3...v3.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/example-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example-client/build.gradle b/example/example-client/build.gradle index 2003b04..cde1741 100644 --- a/example/example-client/build.gradle +++ b/example/example-client/build.gradle @@ -25,7 +25,7 @@ dependencies { testCompile project(":example:example-server") testImplementation group: "org.codehaus.groovy", name: "groovy-all", version: "2.5.7" testImplementation group: "org.spockframework", name: "spock-core", version: "1.2-groovy-2.5" - testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.4.3' + testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.0.4' testImplementation group: 'org.spockframework', name: 'spock-spring', version: '2.0-M3-groovy-2.5' testImplementation 'org.awaitility:awaitility-groovy:4.0.3' testImplementation 'org.mapstruct:mapstruct:1.4.2.Final'