Skip to content

Commit afce8b9

Browse files
committed
Upgrade to Jetty 12.0.18
Closes gh-44769
1 parent a3a6a5e commit afce8b9

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
@@ -970,11 +970,7 @@ bom {
970970
]
971971
}
972972
}
973-
library("Jetty", "12.0.16") {
974-
prohibit {
975-
versionRange "[12.0.17]"
976-
because "it contains a regression (https://github.com/jetty/jetty.project/issues/12882)"
977-
}
973+
library("Jetty", "12.0.18") {
978974
group("org.eclipse.jetty.ee10") {
979975
imports = [
980976
"jetty-ee10-bom"

0 commit comments

Comments
 (0)