Skip to content

Commit 5af92d1

Browse files
committed
Merge branch '3.4.x'
Closes gh-44681
2 parents 1c350fb + 20d8e47 commit 5af92d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,10 @@ bom {
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+
}
10291033
group("org.eclipse.jetty.ee10") {
10301034
imports = [
10311035
"jetty-ee10-bom"

0 commit comments

Comments
 (0)