Skip to content

Commit 20d8e47

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-44680
2 parents e581e10 + 0f0180d commit 20d8e47

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
@@ -988,6 +988,10 @@ bom {
988988
}
989989
}
990990
library("Jetty", "12.0.16") {
991+
prohibit {
992+
versionRange "[12.0.17]"
993+
because "it contains a regression (https://github.com/jetty/jetty.project/issues/12882)"
994+
}
991995
group("org.eclipse.jetty.ee10") {
992996
imports = [
993997
"jetty-ee10-bom"

0 commit comments

Comments
 (0)