Skip to content

Commit 1d908f1

Browse files
committed
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
1 parent 37b076b commit 1d908f1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

framework-platform/framework-platform.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ javaPlatform {
88

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.4"))
11-
api(platform("io.micrometer:micrometer-bom:1.14.9"))
11+
api(platform("io.micrometer:micrometer-bom:1.14.10"))
1212
api(platform("io.netty:netty-bom:4.1.123.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2024.0.8"))
14+
api(platform("io.projectreactor:reactor-bom:2024.0.9"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.5"))
16-
api(platform("org.apache.groovy:groovy-bom:4.0.27"))
16+
api(platform("org.apache.groovy:groovy-bom:4.0.28"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.assertj:assertj-bom:3.27.3"))
19-
api(platform("org.eclipse.jetty:jetty-bom:12.0.23"))
20-
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.23"))
19+
api(platform("org.eclipse.jetty:jetty-bom:12.0.25"))
20+
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.25"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
2222
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
2323
api(platform("org.junit:junit-bom:5.13.4"))
@@ -26,12 +26,12 @@ dependencies {
2626
constraints {
2727
api("com.fasterxml:aalto-xml:1.3.2")
2828
api("com.fasterxml.woodstox:woodstox-core:6.7.0")
29-
api("com.github.ben-manes.caffeine:caffeine:3.2.1")
29+
api("com.github.ben-manes.caffeine:caffeine:3.2.2")
3030
api("com.github.librepdf:openpdf:1.3.43")
3131
api("com.google.code.findbugs:findbugs:3.0.1")
3232
api("com.google.code.findbugs:jsr305:3.0.2")
3333
api("com.google.code.gson:gson:2.13.1")
34-
api("com.google.protobuf:protobuf-java-util:4.30.2")
34+
api("com.google.protobuf:protobuf-java-util:4.31.1")
3535
api("com.h2database:h2:2.3.232")
3636
api("com.jayway.jsonpath:json-path:2.9.0")
3737
api("com.oracle.database.jdbc:ojdbc11:21.9.0.0")
@@ -129,16 +129,16 @@ dependencies {
129129
api("org.hibernate:hibernate-core-jakarta:5.6.15.Final")
130130
api("org.hibernate:hibernate-validator:7.0.5.Final")
131131
api("org.hsqldb:hsqldb:2.7.4")
132-
api("org.htmlunit:htmlunit:4.13.0")
132+
api("org.htmlunit:htmlunit:4.14.0")
133133
api("org.javamoney:moneta:1.4.4")
134-
api("org.jruby:jruby:9.4.12.0")
134+
api("org.jruby:jruby:9.4.13.0")
135135
api("org.junit.support:testng-engine:1.0.5")
136136
api("org.mozilla:rhino:1.7.15")
137137
api("org.ogce:xpp3:1.1.6")
138138
api("org.python:jython-standalone:2.7.4")
139139
api("org.quartz-scheduler:quartz:2.3.2")
140-
api("org.seleniumhq.selenium:htmlunit3-driver:4.33.0")
141-
api("org.seleniumhq.selenium:selenium-java:4.34.0")
140+
api("org.seleniumhq.selenium:htmlunit3-driver:4.34.0")
141+
api("org.seleniumhq.selenium:selenium-java:4.35.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")

0 commit comments

Comments
 (0)