Upgrade to Jetty 11.0.16

Closes gh-37300
This commit is contained in:
Stephane Nicoll 2023-09-11 10:29:15 +02:00
parent 400a24245a
commit 82768cf500
2 changed files with 1 additions and 2 deletions

View File

@ -672,7 +672,7 @@ bom {
]
}
}
library("Jetty", "11.0.15") {
library("Jetty", "11.0.16") {
group("org.eclipse.jetty") {
imports = [
"jetty-bom"

View File

@ -18,7 +18,6 @@ dependencies {
exclude(group: "org.eclipse.jetty.toolchain", module: "jetty-jakarta-websocket-api")
}
api("org.eclipse.jetty.websocket:websocket-jetty-server") {
exclude group: "org.eclipse.jetty", module: "jetty-jndi"
exclude(group: "org.eclipse.jetty.toolchain", module: "jetty-jakarta-servlet-api")
}
}