From df95989f6f1950bf8a9e4920daa809bd8fa62525 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 03:37:21 +0000 Subject: [PATCH] Bump vertx-lang-kotlin from 4.0.2 to 4.1.2 Bumps vertx-lang-kotlin from 4.0.2 to 4.1.2. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 726b9b5..04cc1d5 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { // vertex compile "io.vertx:vertx-core:4.0.2" compile "io.vertx:vertx-web:4.0.2" - compile "io.vertx:vertx-lang-kotlin:4.0.2" + compile "io.vertx:vertx-lang-kotlin:4.1.2"