Upgrade to Jetty 12.0.18

Closes gh-44769
This commit is contained in:
Andy Wilkinson 2025-03-19 07:39:14 +00:00
parent a3a6a5ead9
commit afce8b9a10
1 changed files with 1 additions and 5 deletions

View File

@ -970,11 +970,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"