Skip to content

Commit 90edd92

Browse files
committed
Prohibit upgrades to Undertow 2.3.18.Final
See gh-42750
1 parent 85936e7 commit 90edd92

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,11 @@ bom {
17641764
]
17651765
}
17661766
}
1767-
library("Undertow", "2.3.18.Final") {
1767+
library("Undertow", "2.3.17.Final") {
1768+
prohibit {
1769+
versionRange "[2.3.18.Final]"
1770+
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
1771+
}
17681772
group("io.undertow") {
17691773
modules = [
17701774
"undertow-core",

0 commit comments

Comments
 (0)