Skip to content

Commit

Permalink
Upgrade to Mockito 5.10, Mutiny 1.10, Undertow 2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Feb 15, 2024
1 parent aaf90f5 commit ee100cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions framework-platform/framework-platform.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"))
api(platform("org.mockito:mockito-bom:5.8.0"))
api(platform("org.mockito:mockito-bom:5.10.0"))

constraints {
api("com.fasterxml:aalto-xml:1.3.2")
Expand Down Expand Up @@ -53,10 +53,10 @@ dependencies {
api("io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE")
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
api("io.reactivex.rxjava3:rxjava:3.1.8")
api("io.smallrye.reactive:mutiny:1.9.0")
api("io.undertow:undertow-core:2.3.10.Final")
api("io.undertow:undertow-servlet:2.3.10.Final")
api("io.undertow:undertow-websockets-jsr:2.3.10.Final")
api("io.smallrye.reactive:mutiny:1.10.0")
api("io.undertow:undertow-core:2.3.11.Final")
api("io.undertow:undertow-servlet:2.3.11.Final")
api("io.undertow:undertow-websockets-jsr:2.3.11.Final")
api("io.vavr:vavr:0.10.4")
api("jakarta.activation:jakarta.activation-api:2.0.1")
api("jakarta.annotation:jakarta.annotation-api:2.0.0")
Expand Down

0 comments on commit ee100cf

Please sign in to comment.