Skip to content

Commit f58c7d8

Browse files
committed
Upgrade to SLF4J 2.0.13, Jetty 12.0.10, Netty 4.1.110, JRuby 9.4.7
1 parent e5be10d commit f58c7d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

framework-platform/framework-platform.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.15.4"))
1111
api(platform("io.micrometer:micrometer-bom:1.12.6"))
12-
api(platform("io.netty:netty-bom:4.1.109.Final"))
12+
api(platform("io.netty:netty-bom:4.1.110.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2023.0.6"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.21"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.assertj:assertj-bom:3.26.0"))
19-
api(platform("org.eclipse.jetty:jetty-bom:12.0.9"))
20-
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.9"))
19+
api(platform("org.eclipse.jetty:jetty-bom:12.0.10"))
20+
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.10"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0"))
2323
api(platform("org.junit:junit-bom:5.10.2"))
@@ -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.6.0")
133+
api("org.jruby:jruby:9.4.7.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")
@@ -139,7 +139,7 @@ dependencies {
139139
api("org.seleniumhq.selenium:htmlunit-driver:2.70.0")
140140
api("org.seleniumhq.selenium:selenium-java:3.141.59")
141141
api("org.skyscreamer:jsonassert:1.5.1")
142-
api("org.slf4j:slf4j-api:2.0.12")
142+
api("org.slf4j:slf4j-api:2.0.13")
143143
api("org.testng:testng:7.9.0")
144144
api("org.webjars:underscorejs:1.8.3")
145145
api("org.webjars:webjars-locator-core:0.55")

0 commit comments

Comments
 (0)