Upgrade to Jetty 12.0.18
Closes gh-44779
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user