Skip to content

Commit 07b103c

Browse files
committed
Prohibit upgrades to Undertow 2.3.15
Closes gh-41533
1 parent 4e205ed commit 07b103c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ bom {
17671767
}
17681768
library("Undertow", "2.3.13.Final") {
17691769
prohibit {
1770-
versionRange "[2.3.14.Final]"
1770+
versionRange "[2.3.14.Final,2.3.15.Final]"
17711771
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2420)"
17721772
}
17731773
group("io.undertow") {

0 commit comments

Comments
 (0)