Skip to content

Commit 61b1ef0

Browse files
committed
chore(deps): WireMock 3.13.2 and Jetty 12.1.4
1 parent cf9d705 commit 61b1ef0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ 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.3"
26-
implementation "org.eclipse.jetty:jetty-proxy:12.1.3"
27-
implementation "org.eclipse.jetty:jetty-alpn-server:12.1.3"
28-
implementation "org.eclipse.jetty:jetty-alpn-java-server:12.1.3"
29-
implementation "org.eclipse.jetty:jetty-alpn-java-client:12.1.3"
30-
implementation "org.eclipse.jetty:jetty-alpn-client:12.1.3"
31-
implementation "org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.3"
32-
implementation "org.eclipse.jetty.ee10:jetty-ee10-servlets:12.1.3"
33-
implementation "org.eclipse.jetty.ee10:jetty-ee10-webapp:12.1.3"
34-
implementation "org.eclipse.jetty.http2:jetty-http2-server:12.1.3"
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"
3535

36-
api "org.wiremock:wiremock-jetty12:3.13.1"
36+
api "org.wiremock:wiremock-jetty12:3.13.2"
3737

3838
// Don't want to force these versions on the user
3939
[
4040
"org.springframework.boot:spring-boot-test:4.0.0-RC2",
41-
"org.springframework:spring-test:7.0.0-RC3",
41+
"org.springframework:spring-test:7.0.0",
4242
"org.slf4j:slf4j-api:2.0.17",
4343
"org.junit.jupiter:junit-jupiter-api:6.0.1"
4444
].each {
@@ -53,7 +53,7 @@ project("wiremock-spring-boot-standalone", {
5353
api(project(":wiremock-spring-boot")) {
5454
exclude group: '*'
5555
}
56-
api "org.wiremock:wiremock-standalone:3.13.1"
56+
api "org.wiremock:wiremock-standalone:3.13.2"
5757
}
5858
})
5959

0 commit comments

Comments
 (0)