Skip to content

Commit

Permalink
Upgrade to Reactor 2022.0.14
Browse files Browse the repository at this point in the history
Includes Groovy 4.0.16 and Mockito 5.8

Closes gh-31815
  • Loading branch information
jhoeller committed Dec 12, 2023
1 parent 3a068b8 commit 2c97996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework-platform/framework-platform.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ dependencies {
api(platform("io.micrometer:micrometer-bom:1.10.13"))
api(platform("io.netty:netty-bom:4.1.101.Final"))
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
api(platform("io.projectreactor:reactor-bom:2022.0.14-SNAPSHOT"))
api(platform("io.projectreactor:reactor-bom:2022.0.14"))
api(platform("io.rsocket:rsocket-bom:1.1.3"))
api(platform("org.apache.groovy:groovy-bom:4.0.15"))
api(platform("org.apache.groovy:groovy-bom:4.0.16"))
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
api(platform("org.eclipse.jetty:jetty-bom:11.0.18"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
api(platform("org.junit:junit-bom:5.9.3"))
api(platform("org.mockito:mockito-bom:5.7.0"))
api(platform("org.mockito:mockito-bom:5.8.0"))

constraints {
api("com.fasterxml:aalto-xml:1.3.2")
Expand Down

0 comments on commit 2c97996

Please sign in to comment.