Skip to content

Commit 3d650e4

Browse files
committed
Upgrade to Jetty 12.0.18
Closes gh-44779
1 parent 07efdb3 commit 3d650e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-5
Original file line numberDiff line numberDiff line change
@@ -1021,15 +1021,11 @@ bom {
10211021
]
10221022
}
10231023
}
1024-
library("Jetty", "12.0.16") {
1024+
library("Jetty", "12.0.18") {
10251025
prohibit {
10261026
contains ".alpha"
10271027
because "we don't want alpha dependencies"
10281028
}
1029-
prohibit {
1030-
versionRange "[12.0.17]"
1031-
because "it contains a regression (https://github.com/jetty/jetty.project/issues/12882)"
1032-
}
10331029
group("org.eclipse.jetty.ee10") {
10341030
imports = [
10351031
"jetty-ee10-bom"

0 commit comments

Comments
 (0)