We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b729f commit b6a6c9dCopy full SHA for b6a6c9d
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -2414,11 +2414,7 @@ bom {
2414
releaseNotes("https://github.com/pingidentity/ldapsdk/releases/tag/{version}")
2415
}
2416
2417
- library("Undertow", "2.3.17.Final") {
2418
- prohibit {
2419
- versionRange "[2.3.18.Final]"
2420
- because "requires new framework patch due to regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
2421
- }
+ library("Undertow", "2.3.18.Final") {
2422
group("io.undertow") {
2423
modules = [
2424
"undertow-core",
0 commit comments