@@ -17,23 +17,23 @@ project("wiremock-spring-boot", {
1717 dependencies {
1818 // Remove these when wiremock-jetty12:jar uses newer jetty
1919 // https://github.com/wiremock/wiremock/issues/3139
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 "
20+ implementation " org.eclipse.jetty:jetty-server:12.1.6 "
21+ implementation " org.eclipse.jetty:jetty-proxy:12.1.6 "
22+ implementation " org.eclipse.jetty:jetty-alpn-server:12.1.6 "
23+ implementation " org.eclipse.jetty:jetty-alpn-java-server:12.1.6 "
24+ implementation " org.eclipse.jetty:jetty-alpn-java-client:12.1.6 "
25+ implementation " org.eclipse.jetty:jetty-alpn-client:12.1.6 "
26+ implementation " org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.6 "
27+ implementation " org.eclipse.jetty.ee10:jetty-ee10-servlets:12.1.6 "
28+ implementation " org.eclipse.jetty.ee10:jetty-ee10-webapp:12.1.6 "
29+ implementation " org.eclipse.jetty.http2:jetty-http2-server:12.1.6 "
3030
3131 api " org.wiremock:wiremock-jetty12:3.13.2"
3232
3333 // Don't want to force these versions on the user
3434 [
35- " org.springframework.boot:spring-boot-test:4.0.1 " ,
36- " org.springframework:spring-test:7.0.2 " ,
35+ " org.springframework.boot:spring-boot-test:4.0.2 " ,
36+ " org.springframework:spring-test:7.0.3 " ,
3737 " org.slf4j:slf4j-api:2.0.17" ,
3838 " org.junit.jupiter:junit-jupiter-api:6.0.2"
3939 ]. each {
@@ -54,10 +54,10 @@ project("wiremock-spring-boot-standalone", {
5454
5555subprojects {
5656 dependencies {
57- testImplementation " org.springframework.boot:spring-boot-starter-test:4.0.1 "
58- testImplementation " org.springframework.boot:spring-boot-starter-web:4.0.1 "
57+ testImplementation " org.springframework.boot:spring-boot-starter-test:4.0.2 "
58+ testImplementation " org.springframework.boot:spring-boot-starter-web:4.0.2 "
5959
60- testImplementation " org.assertj:assertj-core:3.27.6 "
60+ testImplementation " org.assertj:assertj-core:3.27.7 "
6161
6262 testImplementation platform(" org.junit:junit-bom:6.0.2" )
6363 testImplementation " org.junit.platform:junit-platform-suite:6.0.2"
@@ -67,8 +67,8 @@ subprojects {
6767 testImplementation " io.rest-assured:rest-assured:6.0.0"
6868 testImplementation " io.rest-assured:rest-assured:6.0.0"
6969
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 "
70+ testImplementation " io.cucumber:cucumber-java:7.34.2 "
71+ testImplementation " io.cucumber:cucumber-spring:7.34.2 "
72+ testImplementation " io.cucumber:cucumber-junit-platform-engine:7.34.2 "
7373 }
7474}
0 commit comments