Skip to content

Commit 13c32d8

Browse files
committed
Upgrade to Undertow 2.3.7 and JRuby 9.4.3
1 parent 3171a8b commit 13c32d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework-platform/framework-platform.gradle

Lines changed: 4 additions & 4 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.6")
5757
api("io.smallrye.reactive:mutiny:1.9.0")
58-
api("io.undertow:undertow-core:2.3.6.Final")
59-
api("io.undertow:undertow-servlet:2.3.6.Final")
60-
api("io.undertow:undertow-websockets-jsr:2.3.6.Final")
58+
api("io.undertow:undertow-core:2.3.7.Final")
59+
api("io.undertow:undertow-servlet:2.3.7.Final")
60+
api("io.undertow:undertow-websockets-jsr:2.3.7.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")
@@ -128,7 +128,7 @@ dependencies {
128128
api("org.hibernate:hibernate-validator:7.0.5.Final")
129129
api("org.hsqldb:hsqldb:2.7.1")
130130
api("org.javamoney:moneta:1.4.2")
131-
api("org.jruby:jruby:9.4.2.0")
131+
api("org.jruby:jruby:9.4.3.0")
132132
api("org.junit.support:testng-engine:1.0.4")
133133
api("org.mozilla:rhino:1.7.14")
134134
api("org.ogce:xpp3:1.1.6")

0 commit comments

Comments
 (0)