Skip to content

Commit 0f0180d

Browse files
committed
Prevent upgrade to Jetty 12.0.17
Closes gh-44611
1 parent 71b65e1 commit 0f0180d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,10 @@ bom {
971971
}
972972
}
973973
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+
}
974978
group("org.eclipse.jetty.ee10") {
975979
imports = [
976980
"jetty-ee10-bom"

0 commit comments

Comments
 (0)