From 1705660b81b1246966a4533a7a31edc671cbaec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 15:58:29 -0400 Subject: [PATCH] Bump io.vertx:vertx-core from 4.5.7 to 4.5.8 (#586) Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.5.7 to 4.5.8. - [Commits](https://github.com/eclipse/vert.x/compare/4.5.7...4.5.8) --- 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 f307e03f..775bb9bd 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.7") + implementation("io.vertx:vertx-core:4.5.8") testApi(libs.jupiter.api) testImplementation(libs.jupiter.engine)