Skip to content

Commit

Permalink
fix(deps): update dependency io.smallrye.reactive:smallrye-mutiny-ver…
Browse files Browse the repository at this point in the history
…tx-core to v3
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 1551bd5 commit b54f120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object VertxLibs {
object MutinyLibs {
object Version {

const val mutiny = "2.27.0"
const val mutiny = "3.13.0"
}

const val core = "io.smallrye.reactive:smallrye-mutiny-vertx-core:${Version.mutiny}"
Expand Down

0 comments on commit b54f120

Please sign in to comment.