Upgrade to Jetty 12.0.18

Closes gh-44774
This commit is contained in:
Andy Wilkinson
2025-03-19 07:59:18 +00:00
parent 7970c26888
commit 2f68799c58

View File

@@ -987,11 +987,7 @@ bom {
]
}
}
library("Jetty", "12.0.16") {
prohibit {
versionRange "[12.0.17]"
because "it contains a regression (https://github.com/jetty/jetty.project/issues/12882)"
}
library("Jetty", "12.0.18") {
group("org.eclipse.jetty.ee10") {
imports = [
"jetty-ee10-bom"