From f65eb881bd508f0c32776a0a6fad5428da176f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 11:29:39 -0400 Subject: [PATCH] Bump io.vertx:vertx-core from 4.5.5 to 4.5.7 (#572) Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.5.5 to 4.5.7. - [Commits](https://github.com/eclipse/vert.x/compare/4.5.5...4.5.7) --- 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 55b50ee1..f307e03f 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.5") + implementation("io.vertx:vertx-core:4.5.7") testApi(libs.jupiter.api) testImplementation(libs.jupiter.engine)