Skip to content

Commit 2c97996

Browse files
committed
Upgrade to Reactor 2022.0.14
Includes Groovy 4.0.16 and Mockito 5.8 Closes gh-31815
1 parent 3a068b8 commit 2c97996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework-platform/framework-platform.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ dependencies {
1111
api(platform("io.micrometer:micrometer-bom:1.10.13"))
1212
api(platform("io.netty:netty-bom:4.1.101.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2022.0.14-SNAPSHOT"))
14+
api(platform("io.projectreactor:reactor-bom:2022.0.14"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
16-
api(platform("org.apache.groovy:groovy-bom:4.0.15"))
16+
api(platform("org.apache.groovy:groovy-bom:4.0.16"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
1818
api(platform("org.eclipse.jetty:jetty-bom:11.0.18"))
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
2121
api(platform("org.junit:junit-bom:5.9.3"))
22-
api(platform("org.mockito:mockito-bom:5.7.0"))
22+
api(platform("org.mockito:mockito-bom:5.8.0"))
2323

2424
constraints {
2525
api("com.fasterxml:aalto-xml:1.3.2")

0 commit comments

Comments
 (0)