Skip to content

Commit d17601e

Browse files
committed
Upgrade to Undertow 2.3.19, RxJava 3.1.11, Aalto 1.3.3
1 parent 5b38761 commit d17601e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

framework-platform/framework-platform.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
api(platform("org.mockito:mockito-bom:5.19.0"))
2525

2626
constraints {
27-
api("com.fasterxml:aalto-xml:1.3.2")
27+
api("com.fasterxml:aalto-xml:1.3.3")
2828
api("com.fasterxml.woodstox:woodstox-core:6.7.0")
2929
api("com.github.ben-manes.caffeine:caffeine:3.2.2")
3030
api("com.github.librepdf:openpdf:1.3.43")
@@ -53,11 +53,11 @@ dependencies {
5353
api("io.r2dbc:r2dbc-h2:1.0.0.RELEASE")
5454
api("io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE")
5555
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
56-
api("io.reactivex.rxjava3:rxjava:3.1.10")
56+
api("io.reactivex.rxjava3:rxjava:3.1.11")
5757
api("io.smallrye.reactive:mutiny:1.10.0")
58-
api("io.undertow:undertow-core:2.3.18.Final")
59-
api("io.undertow:undertow-servlet:2.3.18.Final")
60-
api("io.undertow:undertow-websockets-jsr:2.3.18.Final")
58+
api("io.undertow:undertow-core:2.3.19.Final")
59+
api("io.undertow:undertow-servlet:2.3.19.Final")
60+
api("io.undertow:undertow-websockets-jsr:2.3.19.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)