Upgrade to Jetty 12.0.18

Closes gh-44779
This commit is contained in:
Andy Wilkinson
2025-03-19 08:29:19 +00:00
parent 07efdb31f0
commit 3d650e4ccf

View File

@@ -1021,15 +1021,11 @@ bom {
] ]
} }
} }
library("Jetty", "12.0.16") { library("Jetty", "12.0.18") {
prohibit { prohibit {
contains ".alpha" contains ".alpha"
because "we don't want alpha dependencies" because "we don't want alpha dependencies"
} }
prohibit {
versionRange "[12.0.17]"
because "it contains a regression (https://github.com/jetty/jetty.project/issues/12882)"
}
group("org.eclipse.jetty.ee10") { group("org.eclipse.jetty.ee10") {
imports = [ imports = [
"jetty-ee10-bom" "jetty-ee10-bom"