Skip to content

Commit 5c34e1d

Browse files
committed
Upgrade to Undertow 2.3.12, OpenPDF 1.3.41, JRuby 9.4.6
1 parent d57775b commit 5c34e1d

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
@@ -25,7 +25,7 @@ dependencies {
2525
api("com.fasterxml:aalto-xml:1.3.2")
2626
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
2727
api("com.github.ben-manes.caffeine:caffeine:3.1.8")
28-
api("com.github.librepdf:openpdf:1.3.40")
28+
api("com.github.librepdf:openpdf:1.3.41")
2929
api("com.google.code.findbugs:findbugs:3.0.1")
3030
api("com.google.code.findbugs:jsr305:3.0.2")
3131
api("com.google.code.gson:gson:2.10.1")
@@ -54,9 +54,9 @@ dependencies {
5454
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
5555
api("io.reactivex.rxjava3:rxjava:3.1.8")
5656
api("io.smallrye.reactive:mutiny:1.10.0")
57-
api("io.undertow:undertow-core:2.3.11.Final")
58-
api("io.undertow:undertow-servlet:2.3.11.Final")
59-
api("io.undertow:undertow-websockets-jsr:2.3.11.Final")
57+
api("io.undertow:undertow-core:2.3.12.Final")
58+
api("io.undertow:undertow-servlet:2.3.12.Final")
59+
api("io.undertow:undertow-websockets-jsr:2.3.12.Final")
6060
api("io.vavr:vavr:0.10.4")
6161
api("jakarta.activation:jakarta.activation-api:2.0.1")
6262
api("jakarta.annotation:jakarta.annotation-api:2.0.0")
@@ -126,7 +126,7 @@ dependencies {
126126
api("org.hibernate:hibernate-validator:7.0.5.Final")
127127
api("org.hsqldb:hsqldb:2.7.2")
128128
api("org.javamoney:moneta:1.4.2")
129-
api("org.jruby:jruby:9.4.5.0")
129+
api("org.jruby:jruby:9.4.6.0")
130130
api("org.junit.support:testng-engine:1.0.4")
131131
api("org.mozilla:rhino:1.7.14")
132132
api("org.ogce:xpp3:1.1.6")

0 commit comments

Comments
 (0)