Skip to content

Commit d45c0e6

Browse files
committed
Upgrade to Undertow 2.3.12, OpenPDF 1.3.41, JRuby 9.4.6
1 parent 154ca54 commit d45c0e6

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
@@ -27,7 +27,7 @@ dependencies {
2727
api("com.fasterxml:aalto-xml:1.3.2")
2828
api("com.fasterxml.woodstox:woodstox-core:6.5.1")
2929
api("com.github.ben-manes.caffeine:caffeine:3.1.8")
30-
api("com.github.librepdf:openpdf:1.3.40")
30+
api("com.github.librepdf:openpdf:1.3.41")
3131
api("com.google.code.findbugs:findbugs:3.0.1")
3232
api("com.google.code.findbugs:jsr305:3.0.2")
3333
api("com.google.code.gson:gson:2.10.1")
@@ -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.11.Final")
59-
api("io.undertow:undertow-servlet:2.3.11.Final")
60-
api("io.undertow:undertow-websockets-jsr:2.3.11.Final")
58+
api("io.undertow:undertow-core:2.3.12.Final")
59+
api("io.undertow:undertow-servlet:2.3.12.Final")
60+
api("io.undertow:undertow-websockets-jsr:2.3.12.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")
@@ -130,7 +130,7 @@ dependencies {
130130
api("org.hibernate:hibernate-validator:7.0.5.Final")
131131
api("org.hsqldb:hsqldb:2.7.2")
132132
api("org.javamoney:moneta:1.4.2")
133-
api("org.jruby:jruby:9.4.5.0")
133+
api("org.jruby:jruby:9.4.6.0")
134134
api("org.junit.support:testng-engine:1.0.5")
135135
api("org.mozilla:rhino:1.7.14")
136136
api("org.ogce:xpp3:1.1.6")

0 commit comments

Comments
 (0)