We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270e49a commit 6f4de04Copy full SHA for 6f4de04
build.gradle
@@ -39,7 +39,7 @@ configurations {
39
}
40
41
dependencies {
42
- implementation platform("org.eclipse.jetty:jetty-bom:12.0.15")
+ implementation platform("org.eclipse.jetty:jetty-bom:12.1.2")
43
api "org.wiremock:wiremock-jetty12:${wiremockVersion}"
44
45
api "org.springframework.boot:spring-boot-test:3.4.1"
0 commit comments