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
1 changed files with 1 additions and 5 deletions

View File

@ -1021,15 +1021,11 @@ bom {
]
}
}
library("Jetty", "12.0.16") {
library("Jetty", "12.0.18") {
prohibit {
contains ".alpha"
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") {
imports = [
"jetty-ee10-bom"