File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
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.8 .0" ))
22
+ api(platform(" org.mockito:mockito-bom:5.10 .0" ))
23
23
24
24
constraints {
25
25
api(" com.fasterxml:aalto-xml:1.3.2" )
@@ -53,10 +53,10 @@ dependencies {
53
53
api(" io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE" )
54
54
api(" io.r2dbc:r2dbc-spi:1.0.0.RELEASE" )
55
55
api(" io.reactivex.rxjava3:rxjava:3.1.8" )
56
- api(" io.smallrye.reactive:mutiny:1.9 .0" )
57
- api(" io.undertow:undertow-core:2.3.10 .Final" )
58
- api(" io.undertow:undertow-servlet:2.3.10 .Final" )
59
- api(" io.undertow:undertow-websockets-jsr:2.3.10 .Final" )
56
+ api(" io.smallrye.reactive:mutiny:1.10 .0" )
57
+ api(" io.undertow:undertow-core:2.3.11 .Final" )
58
+ api(" io.undertow:undertow-servlet:2.3.11 .Final" )
59
+ api(" io.undertow:undertow-websockets-jsr:2.3.11 .Final" )
60
60
api(" io.vavr:vavr:0.10.4" )
61
61
api(" jakarta.activation:jakarta.activation-api:2.0.1" )
62
62
api(" jakarta.annotation:jakarta.annotation-api:2.0.0" )
You can’t perform that action at this time.
0 commit comments