Skip to content

Commit 2d462a9

Browse files
chore(deps): bump org.springframework.boot:spring-boot-test
Bumps [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) from 4.0.0-RC2 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.0-RC2...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-test dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ff309a commit 2d462a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ project("wiremock-spring-boot", {
3737

3838
// Don't want to force these versions on the user
3939
[
40-
"org.springframework.boot:spring-boot-test:4.0.0-RC2",
40+
"org.springframework.boot:spring-boot-test:4.0.0",
4141
"org.springframework:spring-test:7.0.0",
4242
"org.slf4j:slf4j-api:2.0.17",
4343
"org.junit.jupiter:junit-jupiter-api:6.0.1"
@@ -59,8 +59,8 @@ project("wiremock-spring-boot-standalone", {
5959

6060
subprojects {
6161
dependencies {
62-
testImplementation "org.springframework.boot:spring-boot-starter-test:4.0.0-RC2"
63-
testImplementation "org.springframework.boot:spring-boot-starter-web:4.0.0-RC2"
62+
testImplementation "org.springframework.boot:spring-boot-starter-test:4.0.0"
63+
testImplementation "org.springframework.boot:spring-boot-starter-web:4.0.0"
6464

6565
testImplementation "org.assertj:assertj-core:3.27.6"
6666

0 commit comments

Comments
 (0)