@@ -11,15 +11,15 @@ dependencies {
11
11
api(platform(" io.micrometer:micrometer-bom:1.10.13" ))
12
12
api(platform(" io.netty:netty-bom:4.1.109.Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
- api(platform(" io.projectreactor:reactor-bom:2022.0.18 " ))
14
+ api(platform(" io.projectreactor:reactor-bom:2022.0.19 " ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.21" ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.21.1" ))
18
18
api(platform(" org.eclipse.jetty:jetty-bom:11.0.20" ))
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.3" ))
22
- api(platform(" org.mockito:mockito-bom:5.11 .0" ))
22
+ api(platform(" org.mockito:mockito-bom:5.12 .0" ))
23
23
24
24
constraints {
25
25
api(" com.fasterxml:aalto-xml:1.3.2" )
@@ -103,9 +103,9 @@ dependencies {
103
103
api(" org.apache.tomcat.embed:tomcat-embed-websocket:10.1.15" )
104
104
api(" org.apache.tomcat:tomcat-util:10.1.15" )
105
105
api(" org.apache.tomcat:tomcat-websocket:10.1.15" )
106
- api(" org.aspectj:aspectjrt:1.9.20 .1" )
107
- api(" org.aspectj:aspectjtools:1.9.20 .1" )
108
- api(" org.aspectj:aspectjweaver:1.9.20 .1" )
106
+ api(" org.aspectj:aspectjrt:1.9.22 .1" )
107
+ api(" org.aspectj:aspectjtools:1.9.22 .1" )
108
+ api(" org.aspectj:aspectjweaver:1.9.22 .1" )
109
109
api(" org.assertj:assertj-core:3.24.2" )
110
110
api(" org.awaitility:awaitility:4.2.0" )
111
111
api(" org.bouncycastle:bcpkix-jdk18on:1.72" )
0 commit comments