From ee24cb1734c5aca2a650f752e48fcb1f09ea86e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:42:21 +0000 Subject: [PATCH] fix(deps): update dependency io.smallrye.reactive:smallrye-mutiny-vertx-core to v3 --- buildSrc/src/main/kotlin/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 1ddb0de..41f528c 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -80,7 +80,7 @@ object VertxLibs { object MutinyLibs { object Version { - const val mutiny = "2.27.0" + const val mutiny = "3.20.1" } const val core = "io.smallrye.reactive:smallrye-mutiny-vertx-core:${Version.mutiny}"