@@ -9,15 +9,15 @@ javaPlatform {
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.15.4" ))
11
11
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" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
14
api(platform(" io.projectreactor:reactor-bom:2023.0.6" ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.21" ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.21.1" ))
18
18
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 " ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3" ))
22
22
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0" ))
23
23
api(platform(" org.junit:junit-bom:5.10.2" ))
@@ -130,7 +130,7 @@ dependencies {
130
130
api(" org.hibernate:hibernate-validator:7.0.5.Final" )
131
131
api(" org.hsqldb:hsqldb:2.7.2" )
132
132
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" )
134
134
api(" org.junit.support:testng-engine:1.0.5" )
135
135
api(" org.mozilla:rhino:1.7.14" )
136
136
api(" org.ogce:xpp3:1.1.6" )
@@ -139,7 +139,7 @@ dependencies {
139
139
api(" org.seleniumhq.selenium:htmlunit-driver:2.70.0" )
140
140
api(" org.seleniumhq.selenium:selenium-java:3.141.59" )
141
141
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 " )
143
143
api(" org.testng:testng:7.9.0" )
144
144
api(" org.webjars:underscorejs:1.8.3" )
145
145
api(" org.webjars:webjars-locator-core:0.55" )
0 commit comments