Skip to content

Commit fe06406

Browse files
committed
Merge branch '3.3.x'
See gh-42769
2 parents fcc7577 + 66fd0b1 commit fe06406

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
@@ -2256,7 +2256,11 @@ bom {
22562256
]
22572257
}
22582258
}
2259-
library("Undertow", "2.3.18.Final") {
2259+
library("Undertow", "2.3.17.Final") {
2260+
prohibit {
2261+
versionRange "[2.3.18.Final]"
2262+
because "it contains a regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
2263+
}
22602264
group("io.undertow") {
22612265
modules = [
22622266
"undertow-core",

0 commit comments

Comments
 (0)