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 3aadabe commit 3d68017Copy full SHA for 3d68017
build.gradle
@@ -21,7 +21,7 @@ allprojects {
21
project("wiremock-spring-boot", {
22
dependencies {
23
implementation platform("org.eclipse.jetty:jetty-bom:12.1.3")
24
- implementation "org.eclipse.jetty.ee10:jetty-ee10-bom:12.1.3"
+ implementation platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.1.3")
25
api "org.wiremock:wiremock-jetty12:3.13.1"
26
27
// Don't want to force these versions on the user
0 commit comments