Upgrade to Jetty 11.0.16

Closes gh-37291
This commit is contained in:
Stephane Nicoll 2023-09-11 10:20:11 +02:00
parent bb8b31d865
commit 902eb2d7fa
2 changed files with 1 additions and 2 deletions

View File

@ -650,7 +650,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")
}
}