Skip to content

Commit f20e76e

Browse files
committed
Upgrade to Undertow 2.3.18.Final
Closes gh-33976
1 parent dd32f95 commit f20e76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-platform/framework-platform.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
5757
api("io.reactivex.rxjava3:rxjava:3.1.9")
5858
api("io.smallrye.reactive:mutiny:1.10.0")
59-
api("io.undertow:undertow-core:2.3.17.Final")
60-
api("io.undertow:undertow-servlet:2.3.17.Final")
59+
api("io.undertow:undertow-core:2.3.18.Final")
60+
api("io.undertow:undertow-servlet:2.3.18.Final")
6161
api("io.undertow:undertow-websockets-jsr:2.3.17.Final")
6262
api("io.vavr:vavr:0.10.4")
6363
api("jakarta.activation:jakarta.activation-api:2.0.1")

0 commit comments

Comments
 (0)