diff --git a/build.gradle b/build.gradle index 836df2d..667e1bb 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ project("wiremock-spring-boot", { // Don't want to force these versions on the user [ - "org.springframework.boot:spring-boot-test:4.0.0-RC2", + "org.springframework.boot:spring-boot-test:4.0.0", "org.springframework:spring-test:7.0.0", "org.slf4j:slf4j-api:2.0.17", "org.junit.jupiter:junit-jupiter-api:6.0.1" @@ -59,8 +59,8 @@ project("wiremock-spring-boot-standalone", { subprojects { dependencies { - testImplementation "org.springframework.boot:spring-boot-starter-test:4.0.0-RC2" - testImplementation "org.springframework.boot:spring-boot-starter-web:4.0.0-RC2" + testImplementation "org.springframework.boot:spring-boot-starter-test:4.0.0" + testImplementation "org.springframework.boot:spring-boot-starter-web:4.0.0" testImplementation "org.assertj:assertj-core:3.27.6"