From b9421cb9b3abeed86e03faa15632ec87ea0f56c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:36:05 -0400 Subject: [PATCH] Bump io.vertx:vertx-core from 4.5.4 to 4.5.5 (#563) Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.5.4 to 4.5.5. - [Commits](https://github.com/eclipse/vert.x/compare/4.5.4...4.5.5) --- updated-dependencies: - dependency-name: io.vertx:vertx-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 edababc2..55b50ee1 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.5.4") + implementation("io.vertx:vertx-core:4.5.5") testApi(libs.jupiter.api) testImplementation(libs.jupiter.engine)