Skip to content

Commit b86b81d

Browse files
BenchmarkingBuffalosnicoll
authored andcommitted
Remove prohibited undertow upgrade restriction
See gh-43333
1 parent beb507f commit b86b81d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -2468,10 +2468,6 @@ bom {
24682468
}
24692469
}
24702470
library("Undertow", "2.3.17.Final") {
2471-
prohibit {
2472-
versionRange "[2.3.18.Final]"
2473-
because "requires new framework patch due to regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
2474-
}
24752471
group("io.undertow") {
24762472
modules = [
24772473
"undertow-core",

0 commit comments

Comments
 (0)