diff --git a/temporal-remote-data-encoder/build.gradle b/temporal-remote-data-encoder/build.gradle index f7cae3b493..cdfeb50772 100644 --- a/temporal-remote-data-encoder/build.gradle +++ b/temporal-remote-data-encoder/build.gradle @@ -21,7 +21,7 @@ dependencies { // Jetty 10+ brings a non-production ready slf4j that doesn't work with released logback. // It also require Java 11+. That's why we stay on Jetty 9. It's for tests only anyway. - testImplementation(platform("org.eclipse.jetty:jetty-bom:9.4.51.v20230217")) + testImplementation(platform("org.eclipse.jetty:jetty-bom:12.0.22")) testImplementation ("org.eclipse.jetty:jetty-server") testImplementation ("org.eclipse.jetty:jetty-servlet") }