Skip to content

Commit f41c7ce

Browse files
committed
Upgrade to Undertow 2.3.11
1 parent 9a06886 commit f41c7ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework-platform/framework-platform.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ dependencies {
5555
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
5656
api("io.reactivex.rxjava3:rxjava:3.1.8")
5757
api("io.smallrye.reactive:mutiny:1.10.0")
58-
api("io.undertow:undertow-core:2.3.10.Final")
59-
api("io.undertow:undertow-servlet:2.3.10.Final")
60-
api("io.undertow:undertow-websockets-jsr:2.3.10.Final")
58+
api("io.undertow:undertow-core:2.3.11.Final")
59+
api("io.undertow:undertow-servlet:2.3.11.Final")
60+
api("io.undertow:undertow-websockets-jsr:2.3.11.Final")
6161
api("io.vavr:vavr:0.10.4")
6262
api("jakarta.activation:jakarta.activation-api:2.0.1")
6363
api("jakarta.annotation:jakarta.annotation-api:2.0.0")

0 commit comments

Comments
 (0)