From df21f76ab8b88c44d5ddb0d08f4d807b7d572213 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:52:56 +0000 Subject: [PATCH] Update dependency io.vertx:vertx-lang-kotlin to v4.5.26 --- 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..f929c53 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.26") implementation("io.vertx:vertx-lang-kotlin-coroutines:4.5.15") implementation(kotlin("stdlib-jdk8"))