From 13e3c7341fa7e672c7db2d1fdf86fe6699dfcd65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:49:12 +0000 Subject: [PATCH] Update dependency io.vertx:vertx-lang-kotlin-coroutines to v4.5.30 --- src/main/resources/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/build.gradle.kts b/src/main/resources/build.gradle.kts index 1dab6e8..7ecd2df 100644 --- a/src/main/resources/build.gradle.kts +++ b/src/main/resources/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { implementation("io.vertx:vertx-web-client:4.5.15") implementation("io.vertx:vertx-lang-kotlin:4.5.15") - implementation("io.vertx:vertx-lang-kotlin-coroutines:4.5.15") + implementation("io.vertx:vertx-lang-kotlin-coroutines:4.5.30") implementation(kotlin("stdlib-jdk8")) implementation("ch.qos.logback:logback-classic:1.5.16")