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 v2.30.1
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent ad35261 commit 2921943
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 = "2.30.1"
}

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

0 comments on commit 2921943

Please sign in to comment.