Skip to content

Commit c52577d

Browse files
committed
chore: trying to fix release
1 parent 3b773eb commit c52577d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "se.bjurr.gradle.bundle-jar" version "1.4.4"
2+
id "se.bjurr.gradle.bundle-jar" version "1.4.5"
33
}
44

55
allprojects {
@@ -30,8 +30,8 @@ project("wiremock-spring-boot", {
3030

3131
// Don't want to force these versions on the user
3232
[
33-
"org.springframework.boot:spring-boot-test:3.5.7",
34-
"org.springframework:spring-test:6.2.12",
33+
"org.springframework.boot:spring-boot-test:4.0.0-RC2",
34+
"org.springframework:spring-test:7.0.0-RC3",
3535
"org.slf4j:slf4j-api:2.0.17",
3636
"org.junit.jupiter:junit-jupiter-api:6.0.1"
3737
].each {
@@ -40,14 +40,14 @@ project("wiremock-spring-boot", {
4040
}
4141

4242
testImplementation "org.wiremock:wiremock-jetty12:3.13.1"
43-
testImplementation "org.springframework.boot:spring-boot-starter-test:3.5.7"
43+
testImplementation "org.springframework.boot:spring-boot-starter-test:4.0.0-RC2"
4444
testImplementation "org.assertj:assertj-core:3.27.6"
4545
testImplementation platform("org.junit:junit-bom:6.0.1")
4646
testImplementation 'org.junit.jupiter:junit-jupiter'
4747
testImplementation 'org.junit.platform:junit-platform-launcher'
4848
testImplementation "io.rest-assured:rest-assured:5.5.6"
4949
testImplementation "io.rest-assured:rest-assured:5.5.6"
50-
testImplementation "org.springframework.boot:spring-boot-starter-web:3.5.7"
50+
testImplementation "org.springframework.boot:spring-boot-starter-web:4.0.0-RC2"
5151
testImplementation "io.cucumber:cucumber-java:7.31.0"
5252
testImplementation "io.cucumber:cucumber-spring:7.31.0"
5353
testImplementation "io.cucumber:cucumber-junit-platform-engine:7.31.0"

0 commit comments

Comments
 (0)