Browse Source

Upgrade to Netty 4.1.123, Selenium 4.34, XMLUnit 2.10.3

pull/35405/head
Juergen Hoeller 5 months ago
parent
commit
0fc043f762
  1. 8
      framework-platform/framework-platform.gradle

8
framework-platform/framework-platform.gradle

@ -9,7 +9,7 @@ javaPlatform {
dependencies { dependencies {
api(platform("com.fasterxml.jackson:jackson-bom:2.18.4")) api(platform("com.fasterxml.jackson:jackson-bom:2.18.4"))
api(platform("io.micrometer:micrometer-bom:1.14.9")) api(platform("io.micrometer:micrometer-bom:1.14.9"))
api(platform("io.netty:netty-bom:4.1.122.Final")) api(platform("io.netty:netty-bom:4.1.123.Final"))
api(platform("io.netty:netty5-bom:5.0.0.Alpha5")) api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
api(platform("io.projectreactor:reactor-bom:2024.0.8")) api(platform("io.projectreactor:reactor-bom:2024.0.8"))
api(platform("io.rsocket:rsocket-bom:1.1.5")) api(platform("io.rsocket:rsocket-bom:1.1.5"))
@ -138,15 +138,15 @@ dependencies {
api("org.python:jython-standalone:2.7.4") api("org.python:jython-standalone:2.7.4")
api("org.quartz-scheduler:quartz:2.3.2") api("org.quartz-scheduler:quartz:2.3.2")
api("org.seleniumhq.selenium:htmlunit3-driver:4.33.0") api("org.seleniumhq.selenium:htmlunit3-driver:4.33.0")
api("org.seleniumhq.selenium:selenium-java:4.33.0") api("org.seleniumhq.selenium:selenium-java:4.34.0")
api("org.skyscreamer:jsonassert:1.5.3") api("org.skyscreamer:jsonassert:1.5.3")
api("org.slf4j:slf4j-api:2.0.17") api("org.slf4j:slf4j-api:2.0.17")
api("org.testng:testng:7.11.0") api("org.testng:testng:7.11.0")
api("org.webjars:underscorejs:1.8.3") api("org.webjars:underscorejs:1.8.3")
api("org.webjars:webjars-locator-core:0.59") api("org.webjars:webjars-locator-core:0.59")
api("org.webjars:webjars-locator-lite:1.1.0") api("org.webjars:webjars-locator-lite:1.1.0")
api("org.xmlunit:xmlunit-assertj:2.10.0") api("org.xmlunit:xmlunit-assertj:2.10.3")
api("org.xmlunit:xmlunit-matchers:2.10.0") api("org.xmlunit:xmlunit-matchers:2.10.3")
api("org.yaml:snakeyaml:2.4") api("org.yaml:snakeyaml:2.4")
} }
} }

Loading…
Cancel
Save