From 1d908f1847a2ee1d3e24ba2a789b881691494eeb Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 13 Aug 2025 00:04:31 +0200 Subject: [PATCH] Upgrade to Reactor 2024.0.9 and Micrometer 1.14.10 Includes Groovy 4.0.28, JRuby 9.4.13, Jetty 12.0.25, Caffeine 3.2.2, Protobuf 4.31.1, Selenium 4.35, HtmlUnit 4.14 Closes gh-35312 Closes gh-35313 --- framework-platform/framework-platform.gradle | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index e83712dbedd..4e9178dfa1a 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -8,16 +8,16 @@ javaPlatform { dependencies { 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.10")) api(platform("io.netty:netty-bom:4.1.123.Final")) 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.9")) api(platform("io.rsocket:rsocket-bom:1.1.5")) - api(platform("org.apache.groovy:groovy-bom:4.0.27")) + api(platform("org.apache.groovy:groovy-bom:4.0.28")) api(platform("org.apache.logging.log4j:log4j-bom:2.21.1")) api(platform("org.assertj:assertj-bom:3.27.3")) - api(platform("org.eclipse.jetty:jetty-bom:12.0.23")) - api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.23")) + api(platform("org.eclipse.jetty:jetty-bom:12.0.25")) + api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.25")) api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1")) api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3")) api(platform("org.junit:junit-bom:5.13.4")) @@ -26,12 +26,12 @@ dependencies { constraints { api("com.fasterxml:aalto-xml:1.3.2") api("com.fasterxml.woodstox:woodstox-core:6.7.0") - api("com.github.ben-manes.caffeine:caffeine:3.2.1") + api("com.github.ben-manes.caffeine:caffeine:3.2.2") api("com.github.librepdf:openpdf:1.3.43") api("com.google.code.findbugs:findbugs:3.0.1") api("com.google.code.findbugs:jsr305:3.0.2") api("com.google.code.gson:gson:2.13.1") - api("com.google.protobuf:protobuf-java-util:4.30.2") + api("com.google.protobuf:protobuf-java-util:4.31.1") api("com.h2database:h2:2.3.232") api("com.jayway.jsonpath:json-path:2.9.0") api("com.oracle.database.jdbc:ojdbc11:21.9.0.0") @@ -129,16 +129,16 @@ dependencies { api("org.hibernate:hibernate-core-jakarta:5.6.15.Final") api("org.hibernate:hibernate-validator:7.0.5.Final") api("org.hsqldb:hsqldb:2.7.4") - api("org.htmlunit:htmlunit:4.13.0") + api("org.htmlunit:htmlunit:4.14.0") api("org.javamoney:moneta:1.4.4") - api("org.jruby:jruby:9.4.12.0") + api("org.jruby:jruby:9.4.13.0") api("org.junit.support:testng-engine:1.0.5") api("org.mozilla:rhino:1.7.15") api("org.ogce:xpp3:1.1.6") api("org.python:jython-standalone:2.7.4") api("org.quartz-scheduler:quartz:2.3.2") - api("org.seleniumhq.selenium:htmlunit3-driver:4.33.0") - api("org.seleniumhq.selenium:selenium-java:4.34.0") + api("org.seleniumhq.selenium:htmlunit3-driver:4.34.0") + api("org.seleniumhq.selenium:selenium-java:4.35.0") api("org.skyscreamer:jsonassert:1.5.3") api("org.slf4j:slf4j-api:2.0.17") api("org.testng:testng:7.11.0")