From 44c5eae8e4cd4142e890c1942d57582fe2054651 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:49:05 +0000 Subject: [PATCH] Update dependency io.vertx:vertx-lang-kotlin 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..7f6bb24 100644 --- a/src/main/resources/build.gradle.kts +++ b/src/main/resources/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation("io.vertx:vertx-rx-java2:4.5.15") implementation("io.vertx:vertx-web-client:4.5.15") - implementation("io.vertx:vertx-lang-kotlin:4.5.15") + implementation("io.vertx:vertx-lang-kotlin:4.5.30") implementation("io.vertx:vertx-lang-kotlin-coroutines:4.5.15") implementation(kotlin("stdlib-jdk8"))