Skip to content

Commit 0fc043f

Browse files
committed
Upgrade to Netty 4.1.123, Selenium 4.34, XMLUnit 2.10.3
1 parent 5473260 commit 0fc043f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework-platform/framework-platform.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.4"))
1111
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"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2024.0.8"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.5"))
@@ -138,15 +138,15 @@ dependencies {
138138
api("org.python:jython-standalone:2.7.4")
139139
api("org.quartz-scheduler:quartz:2.3.2")
140140
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")
142142
api("org.skyscreamer:jsonassert:1.5.3")
143143
api("org.slf4j:slf4j-api:2.0.17")
144144
api("org.testng:testng:7.11.0")
145145
api("org.webjars:underscorejs:1.8.3")
146146
api("org.webjars:webjars-locator-core:0.59")
147147
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")
150150
api("org.yaml:snakeyaml:2.4")
151151
}
152152
}

0 commit comments

Comments
 (0)