Skip to content

Commit b601b3a

Browse files
committed
Prohibit upgrading to Undertow 2.3.14.Final
Closes gh-41331
1 parent c4729ea commit b601b3a

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
@@ -2197,6 +2197,10 @@ bom {
21972197
}
21982198
}
21992199
library("Undertow", "2.3.13.Final") {
2200+
prohibit {
2201+
versionRange "[2.3.14.Final]"
2202+
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2420)"
2203+
}
22002204
group("io.undertow") {
22012205
modules = [
22022206
"undertow-core",

0 commit comments

Comments
 (0)