From 9f285879c6304e8defb007549147cb9d3c3f7c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:10:05 +0000 Subject: [PATCH] Bump io.vertx:vertx-core from 4.4.5 to 4.5.0 Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.4.5 to 4.5.0. - [Commits](https://github.com/eclipse/vert.x/compare/4.4.5...4.5.0) --- updated-dependencies: - dependency-name: io.vertx:vertx-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ziti-vertx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ziti-vertx/build.gradle b/ziti-vertx/build.gradle index 947a8969..0f06ceca 100644 --- a/ziti-vertx/build.gradle +++ b/ziti-vertx/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation(project(':ziti-netty')) implementation(libs.kotlin.lib) - implementation("io.vertx:vertx-core:4.4.5") + implementation("io.vertx:vertx-core:4.5.0") testApi(libs.jupiter.api) testImplementation(libs.jupiter.engine)