From 753031d7156b18f4a89cdfc73351950149cd041e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 01:01:20 +0000 Subject: [PATCH] build(deps): bump io.vertx:vertx-web from 4.5.12 to 4.5.13 Bumps io.vertx:vertx-web from 4.5.12 to 4.5.13. --- updated-dependencies: - dependency-name: io.vertx:vertx-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- SpringBootVertx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringBootVertx/build.gradle b/SpringBootVertx/build.gradle index ebc2331d..d2d4f8c6 100644 --- a/SpringBootVertx/build.gradle +++ b/SpringBootVertx/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'com.fasterxml.jackson.core:jackson-databind' - implementation 'io.vertx:vertx-web:4.5.12' + implementation 'io.vertx:vertx-web:4.5.13' runtimeOnly 'com.h2database:h2' compileOnly 'org.projectlombok:lombok'