From cfbe1a6296276cfd97b53033f7b78d6fa8576a8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 03:37:01 +0000 Subject: [PATCH] Bump vertx-lang-kotlin from 4.0.2 to 4.1.1 Bumps vertx-lang-kotlin from 4.0.2 to 4.1.1. 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..53965db 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.1"