@@ -9,7 +9,7 @@ javaPlatform {
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.18.4" ))
11
11
api(platform(" io.micrometer:micrometer-bom:1.14.9" ))
12
- api(platform(" io.netty:netty-bom:4.1.122 .Final" ))
12
+ api(platform(" io.netty:netty-bom:4.1.123 .Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
14
api(platform(" io.projectreactor:reactor-bom:2024.0.8" ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.5" ))
@@ -138,15 +138,15 @@ dependencies {
138
138
api(" org.python:jython-standalone:2.7.4" )
139
139
api(" org.quartz-scheduler:quartz:2.3.2" )
140
140
api(" org.seleniumhq.selenium:htmlunit3-driver:4.33.0" )
141
- api(" org.seleniumhq.selenium:selenium-java:4.33 .0" )
141
+ api(" org.seleniumhq.selenium:selenium-java:4.34 .0" )
142
142
api(" org.skyscreamer:jsonassert:1.5.3" )
143
143
api(" org.slf4j:slf4j-api:2.0.17" )
144
144
api(" org.testng:testng:7.11.0" )
145
145
api(" org.webjars:underscorejs:1.8.3" )
146
146
api(" org.webjars:webjars-locator-core:0.59" )
147
147
api(" org.webjars:webjars-locator-lite:1.1.0" )
148
- api(" org.xmlunit:xmlunit-assertj:2.10.0 " )
149
- api(" org.xmlunit:xmlunit-matchers:2.10.0 " )
148
+ api(" org.xmlunit:xmlunit-assertj:2.10.3 " )
149
+ api(" org.xmlunit:xmlunit-matchers:2.10.3 " )
150
150
api(" org.yaml:snakeyaml:2.4" )
151
151
}
152
152
}
0 commit comments