Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion temporal-remote-data-encoder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.24"))
testImplementation ("org.eclipse.jetty:jetty-server")
testImplementation ("org.eclipse.jetty:jetty-servlet")
}
Expand Down
Loading