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 91dbf25 commit 17889eaCopy full SHA for 17889ea
build.gradle.kts
@@ -279,7 +279,7 @@ subprojects {
279
implementation("org.springframework.boot:spring-boot-starter-undertow") {
280
constraints {
281
implementation("org.jboss.xnio:xnio-api:3.8.16.Final")
282
- implementation("io.undertow:undertow-core:2.3.16.Final")
+ implementation("io.undertow:undertow-core:2.3.18.Final")
283
}
284
285
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
0 commit comments