Skip to content

Commit 2180783

Browse files
committed
Upgrade to Jetty 12.0.23, Netty 4.1.122, Gson 2.13.1, Caffeine 3.2.1
1 parent 2434bb1 commit 2180783

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
@@ -9,15 +9,15 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.4"))
1111
api(platform("io.micrometer:micrometer-bom:1.14.8"))
12-
api(platform("io.netty:netty-bom:4.1.121.Final"))
12+
api(platform("io.netty:netty-bom:4.1.122.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2024.0.7"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.5"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.27"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.assertj:assertj-bom:3.27.3"))
19-
api(platform("org.eclipse.jetty:jetty-bom:12.0.21"))
20-
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.21"))
19+
api(platform("org.eclipse.jetty:jetty-bom:12.0.23"))
20+
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.23"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
2323
api(platform("org.junit:junit-bom:5.13.3"))
@@ -26,11 +26,11 @@ dependencies {
2626
constraints {
2727
api("com.fasterxml:aalto-xml:1.3.2")
2828
api("com.fasterxml.woodstox:woodstox-core:6.7.0")
29-
api("com.github.ben-manes.caffeine:caffeine:3.2.0")
29+
api("com.github.ben-manes.caffeine:caffeine:3.2.1")
3030
api("com.github.librepdf:openpdf:1.3.43")
3131
api("com.google.code.findbugs:findbugs:3.0.1")
3232
api("com.google.code.findbugs:jsr305:3.0.2")
33-
api("com.google.code.gson:gson:2.12.1")
33+
api("com.google.code.gson:gson:2.13.1")
3434
api("com.google.protobuf:protobuf-java-util:4.30.2")
3535
api("com.h2database:h2:2.3.232")
3636
api("com.jayway.jsonpath:json-path:2.9.0")

0 commit comments

Comments
 (0)