From 2b3f36bdc7b1afd6df0a6c2ceaa10f24c81f3acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 02:34:01 +0000 Subject: [PATCH] build(deps): bump io.vertx:vertx-web from 4.5.14 to 5.0.1 Bumps [io.vertx:vertx-web](https://github.com/vert-x3/vertx-web) from 4.5.14 to 5.0.1. - [Commits](https://github.com/vert-x3/vertx-web/compare/4.5.14...5.0.1) --- updated-dependencies: - dependency-name: io.vertx:vertx-web dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 559743a8..abf95d67 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.14' + implementation 'io.vertx:vertx-web:5.0.1' runtimeOnly 'com.h2database:h2' compileOnly 'org.projectlombok:lombok'