Skip to content

Commit 268a1f8

Browse files
fix(deps): update dependency io.smallrye.reactive:smallrye-mutiny-vertx-core to v3
1 parent 1551bd5 commit 268a1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ object VertxLibs {
8080
object MutinyLibs {
8181
object Version {
8282

83-
const val mutiny = "2.27.0"
83+
const val mutiny = "3.13.2"
8484
}
8585

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

0 commit comments

Comments
 (0)