Skip to content

Commit ee100cf

Browse files
committed
Upgrade to Mockito 5.10, Mutiny 1.10, Undertow 2.3.11
1 parent aaf90f5 commit ee100cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

framework-platform/framework-platform.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
2121
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"))
2323

2424
constraints {
2525
api("com.fasterxml:aalto-xml:1.3.2")
@@ -53,10 +53,10 @@ dependencies {
5353
api("io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE")
5454
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
5555
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")
6060
api("io.vavr:vavr:0.10.4")
6161
api("jakarta.activation:jakarta.activation-api:2.0.1")
6262
api("jakarta.annotation:jakarta.annotation-api:2.0.0")

0 commit comments

Comments
 (0)