@@ -11,15 +11,15 @@ dependencies {
11
11
api(platform(" io.micrometer:micrometer-bom:1.10.2" ))
12
12
api(platform(" io.netty:netty-bom:4.1.86.Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
- api(platform(" io.projectreactor:reactor-bom:2022.0.1 " ))
14
+ api(platform(" io.projectreactor:reactor-bom:2022.0.2 " ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.6" ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.19.0" ))
18
18
api(platform(" org.eclipse.jetty:jetty-bom:11.0.13" ))
19
19
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4" ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0" ))
21
21
api(platform(" org.junit:junit-bom:5.9.2" ))
22
- api(platform(" org.mockito:mockito-bom:4.9 .0" ))
22
+ api(platform(" org.mockito:mockito-bom:4.11 .0" ))
23
23
24
24
constraints {
25
25
api(" com.fasterxml:aalto-xml:1.3.1" )
@@ -106,7 +106,7 @@ dependencies {
106
106
api(" org.aspectj:aspectjrt:1.9.9.1" )
107
107
api(" org.aspectj:aspectjtools:1.9.9.1" )
108
108
api(" org.aspectj:aspectjweaver:1.9.9.1" )
109
- api(" org.assertj:assertj-core:3.23 .1" )
109
+ api(" org.assertj:assertj-core:3.24 .1" )
110
110
api(" org.awaitility:awaitility:3.1.6" )
111
111
api(" org.bouncycastle:bcpkix-jdk18on:1.71" )
112
112
api(" org.codehaus.jettison:jettison:1.3.8" )
0 commit comments