@@ -22,16 +22,16 @@ project("wiremock-spring-boot", {
2222 dependencies {
2323 // Remove these when wiremock-jetty12:jar uses newer jetty
2424 // 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 "
25+ implementation " org.eclipse.jetty:jetty-server:12.1.5 "
26+ implementation " org.eclipse.jetty:jetty-proxy:12.1.5 "
27+ implementation " org.eclipse.jetty:jetty-alpn-server:12.1.5 "
28+ implementation " org.eclipse.jetty:jetty-alpn-java-server:12.1.5 "
29+ implementation " org.eclipse.jetty:jetty-alpn-java-client:12.1.5 "
30+ implementation " org.eclipse.jetty:jetty-alpn-client:12.1.5 "
31+ implementation " org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.5 "
32+ implementation " org.eclipse.jetty.ee10:jetty-ee10-servlets:12.1.5 "
33+ implementation " org.eclipse.jetty.ee10:jetty-ee10-webapp:12.1.5 "
34+ implementation " org.eclipse.jetty.http2:jetty-http2-server:12.1.5 "
3535
3636 api " org.wiremock:wiremock-jetty12:3.13.2"
3737
0 commit comments