Skip to content

Commit 8b66d3c

Browse files
committedNov 19, 2024·
Upgrade Undertow-servlet/websockets to 2.3.18.Final
Follow up to 35b452b which only upgraded undertow-core.
1 parent a3c132c commit 8b66d3c

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
@@ -57,8 +57,8 @@ dependencies {
5757
api("io.reactivex.rxjava3:rxjava:3.1.9")
5858
api("io.smallrye.reactive:mutiny:1.10.0")
5959
api("io.undertow:undertow-core:2.3.18.Final")
60-
api("io.undertow:undertow-servlet:2.3.17.Final")
61-
api("io.undertow:undertow-websockets-jsr:2.3.17.Final")
60+
api("io.undertow:undertow-servlet:2.3.18.Final")
61+
api("io.undertow:undertow-websockets-jsr:2.3.18.Final")
6262
api("io.vavr:vavr:0.10.4")
6363
api("jakarta.activation:jakarta.activation-api:2.0.1")
6464
api("jakarta.annotation:jakarta.annotation-api:2.0.0")

0 commit comments

Comments
 (0)
Please sign in to comment.