Upgrade to Reactor 2022.0.2
Includes Mockito 4.11 and AssertJ 3.24.1 Closes gh-29797
This commit is contained in:
parent
8dbdfb0449
commit
63f0beb209
|
|
@ -11,7 +11,7 @@ dependencies {
|
|||
api(platform("io.micrometer:micrometer-bom:1.10.2"))
|
||||
api(platform("io.netty:netty-bom:4.1.86.Final"))
|
||||
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
|
||||
api(platform("io.projectreactor:reactor-bom:2022.0.1"))
|
||||
api(platform("io.projectreactor:reactor-bom:2022.0.2"))
|
||||
api(platform("io.rsocket:rsocket-bom:1.1.3"))
|
||||
api(platform("org.apache.groovy:groovy-bom:4.0.6"))
|
||||
api(platform("org.apache.logging.log4j:log4j-bom:2.19.0"))
|
||||
|
|
@ -19,7 +19,7 @@ dependencies {
|
|||
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.2"))
|
||||
api(platform("org.mockito:mockito-bom:4.9.0"))
|
||||
api(platform("org.mockito:mockito-bom:4.11.0"))
|
||||
|
||||
constraints {
|
||||
api("com.fasterxml:aalto-xml:1.3.1")
|
||||
|
|
@ -106,7 +106,7 @@ dependencies {
|
|||
api("org.aspectj:aspectjrt:1.9.9.1")
|
||||
api("org.aspectj:aspectjtools:1.9.9.1")
|
||||
api("org.aspectj:aspectjweaver:1.9.9.1")
|
||||
api("org.assertj:assertj-core:3.23.1")
|
||||
api("org.assertj:assertj-core:3.24.1")
|
||||
api("org.awaitility:awaitility:3.1.6")
|
||||
api("org.bouncycastle:bcpkix-jdk18on:1.71")
|
||||
api("org.codehaus.jettison:jettison:1.3.8")
|
||||
|
|
|
|||
Loading…
Reference in New Issue