Skip to content

Commit 66fd0b1

Browse files
committed
Merge branch '3.2.x' into 3.3.x
See gh-42756
2 parents d6ac527 + 90edd92 commit 66fd0b1

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
@@ -2259,7 +2259,11 @@ bom {
22592259
]
22602260
}
22612261
}
2262-
library("Undertow", "2.3.18.Final") {
2262+
library("Undertow", "2.3.17.Final") {
2263+
prohibit {
2264+
versionRange "[2.3.18.Final]"
2265+
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
2266+
}
22632267
group("io.undertow") {
22642268
modules = [
22652269
"undertow-core",

0 commit comments

Comments
 (0)