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 1794822 commit 0268c6aCopy full SHA for 0268c6a
temporal-remote-data-encoder/build.gradle
@@ -21,7 +21,7 @@ dependencies {
21
22
// Jetty 10+ brings a non-production ready slf4j that doesn't work with released logback.
23
// It also require Java 11+. That's why we stay on Jetty 9. It's for tests only anyway.
24
- testImplementation(platform("org.eclipse.jetty:jetty-bom:9.4.51.v20230217"))
+ testImplementation(platform("org.eclipse.jetty:jetty-bom:12.0.22"))
25
testImplementation ("org.eclipse.jetty:jetty-server")
26
testImplementation ("org.eclipse.jetty:jetty-servlet")
27
}
0 commit comments