From 4b2636f03d1f76f3452edab59dbe81241fb9433e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 03:37:30 +0000 Subject: [PATCH] Bump vertx-core from 4.0.2 to 4.1.0 Bumps [vertx-core](https://github.com/eclipse/vert.x) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/eclipse/vert.x/releases) - [Commits](https://github.com/eclipse/vert.x/compare/4.0.2...4.1.0) 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..960d40d 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { compile 'info.picocli:picocli:4.6.1' // vertex - compile "io.vertx:vertx-core:4.0.2" + compile "io.vertx:vertx-core:4.1.0" compile "io.vertx:vertx-web:4.0.2" compile "io.vertx:vertx-lang-kotlin:4.0.2"