Skip to content

Commit c0eb2cb

Browse files
committed
Prohibit upgrades to Undertow 2.2.27.Final
Closes gh-37844
1 parent e9f543c commit c0eb2cb

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
@@ -1982,6 +1982,10 @@ bom {
19821982
}
19831983
}
19841984
library("Undertow", "2.2.26.Final") {
1985+
prohibit {
1986+
versionRange "[2.2.27.Final]"
1987+
because "it is not compatibile with Java 8 (https://issues.redhat.com/browse/UNDERTOW-2324)"
1988+
}
19851989
group("io.undertow") {
19861990
modules = [
19871991
"undertow-core",

0 commit comments

Comments
 (0)