11plugins {
2- id " se.bjurr.gradle.bundle-jar" version " 1.6.0 "
2+ id " se.bjurr.gradle.bundle-jar" version " 2.0.2 "
33}
44
55allprojects {
66 javaExtension {
77 javaVersion = 17
88 }
99
10- releaseExtension {
11- nexusUsernameEnvOrProp = " OSSRH_USERNAME"
12- nexusPasswordEnvOrProp = " OSSRH_TOKEN"
13- }
14-
1510 signExtension {
1611 signingKeyEnvOrProp = " OSSRH_GPG_SECRET_KEY"
1712 signingPasswordEnvOrProp = " OSSRH_GPG_SECRET_KEY_PASSWORD"
@@ -22,25 +17,25 @@ project("wiremock-spring-boot", {
2217 dependencies {
2318 // Remove these when wiremock-jetty12:jar uses newer jetty
2419 // https://github.com/wiremock/wiremock/issues/3139
25- implementation " org.eclipse.jetty:jetty-server:12.1.4 "
26- implementation " org.eclipse.jetty:jetty-proxy:12.1.4 "
27- implementation " org.eclipse.jetty:jetty-alpn-server:12.1.4 "
28- implementation " org.eclipse.jetty:jetty-alpn-java-server:12.1.4 "
29- implementation " org.eclipse.jetty:jetty-alpn-java-client:12.1.4 "
30- implementation " org.eclipse.jetty:jetty-alpn-client:12.1.4 "
31- implementation " org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.4 "
32- implementation " org.eclipse.jetty.ee10:jetty-ee10-servlets:12.1.4 "
33- implementation " org.eclipse.jetty.ee10:jetty-ee10-webapp:12.1.4 "
34- implementation " org.eclipse.jetty.http2:jetty-http2-server:12.1.4 "
20+ implementation " org.eclipse.jetty:jetty-server:12.1.5 "
21+ implementation " org.eclipse.jetty:jetty-proxy:12.1.5 "
22+ implementation " org.eclipse.jetty:jetty-alpn-server:12.1.5 "
23+ implementation " org.eclipse.jetty:jetty-alpn-java-server:12.1.5 "
24+ implementation " org.eclipse.jetty:jetty-alpn-java-client:12.1.5 "
25+ implementation " org.eclipse.jetty:jetty-alpn-client:12.1.5 "
26+ implementation " org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.5 "
27+ implementation " org.eclipse.jetty.ee10:jetty-ee10-servlets:12.1.5 "
28+ implementation " org.eclipse.jetty.ee10:jetty-ee10-webapp:12.1.5 "
29+ implementation " org.eclipse.jetty.http2:jetty-http2-server:12.1.5 "
3530
3631 api " org.wiremock:wiremock-jetty12:3.13.2"
3732
3833 // Don't want to force these versions on the user
3934 [
40- " org.springframework.boot:spring-boot-test:4.0.0-RC2 " ,
41- " org.springframework:spring-test:7.0.0 " ,
35+ " org.springframework.boot:spring-boot-test:4.0.1 " ,
36+ " org.springframework:spring-test:7.0.2 " ,
4237 " org.slf4j:slf4j-api:2.0.17" ,
43- " org.junit.jupiter:junit-jupiter-api:6.0.1 "
38+ " org.junit.jupiter:junit-jupiter-api:6.0.2 "
4439 ]. each {
4540 compileOnly it
4641 testImplementation it
@@ -59,21 +54,21 @@ project("wiremock-spring-boot-standalone", {
5954
6055subprojects {
6156 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 "
57+ testImplementation " org.springframework.boot:spring-boot-starter-test:4.0.1 "
58+ testImplementation " org.springframework.boot:spring-boot-starter-web:4.0.1 "
6459
6560 testImplementation " org.assertj:assertj-core:3.27.6"
6661
67- testImplementation platform(" org.junit:junit-bom:6.0.1 " )
68- testImplementation " org.junit.platform:junit-platform-suite:6.0.1 "
62+ testImplementation platform(" org.junit:junit-bom:6.0.2 " )
63+ testImplementation " org.junit.platform:junit-platform-suite:6.0.2 "
6964 testImplementation ' org.junit.jupiter:junit-jupiter'
7065 testImplementation ' org.junit.platform:junit-platform-launcher'
7166
72- testImplementation " io.rest-assured:rest-assured:5.5.6 "
73- testImplementation " io.rest-assured:rest-assured:5.5.6 "
67+ testImplementation " io.rest-assured:rest-assured:6.0.0 "
68+ testImplementation " io.rest-assured:rest-assured:6.0.0 "
7469
75- testImplementation " io.cucumber:cucumber-java:7.31 .0"
76- testImplementation " io.cucumber:cucumber-spring:7.31 .0"
77- testImplementation " io.cucumber:cucumber-junit-platform-engine:7.31 .0"
70+ testImplementation " io.cucumber:cucumber-java:7.33 .0"
71+ testImplementation " io.cucumber:cucumber-spring:7.33 .0"
72+ testImplementation " io.cucumber:cucumber-junit-platform-engine:7.33 .0"
7873 }
7974}
0 commit comments