From 619827a54d88567c48eb8f6ddc6df4d5ae9aebf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 03:01:44 +0000 Subject: [PATCH] Bump spring-boot-starter-test from 2.4.3 to 3.0.1 Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.4.3 to 3.0.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.3...v3.0.1) --- 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..b638304 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.1' 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'