Skip to content

Commit d1e69a9

Browse files
committed
Upgrade to Reactor 2024.0.16 and Micrometer 1.15.10
Includes Jetty 12.0.33, Selenium 4.41, Mockito 5.22 Closes gh-36445 Closes gh-36446
1 parent 8dc888e commit d1e69a9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

framework-platform/framework-platform.gradle

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

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.5"))
11-
api(platform("io.micrometer:micrometer-bom:1.15.9"))
11+
api(platform("io.micrometer:micrometer-bom:1.15.10"))
1212
api(platform("io.netty:netty-bom:4.1.130.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2024.0.15"))
14+
api(platform("io.projectreactor:reactor-bom:2024.0.16"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.5"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.30"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.assertj:assertj-bom:3.27.7"))
19-
api(platform("org.eclipse.jetty:jetty-bom:12.0.30"))
20-
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.30"))
19+
api(platform("org.eclipse.jetty:jetty-bom:12.0.33"))
20+
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.33"))
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.14.3"))
24-
api(platform("org.mockito:mockito-bom:5.21.0"))
24+
api(platform("org.mockito:mockito-bom:5.22.0"))
2525

2626
constraints {
2727
api("com.fasterxml:aalto-xml:1.3.4")
@@ -137,8 +137,8 @@ dependencies {
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.40.0")
141-
api("org.seleniumhq.selenium:selenium-java:4.40.0")
140+
api("org.seleniumhq.selenium:htmlunit3-driver:4.41.0")
141+
api("org.seleniumhq.selenium:selenium-java:4.41.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)