diff --git a/SpringBootVertx/build.gradle b/SpringBootVertx/build.gradle index ebc2331d..559743a8 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.14' runtimeOnly 'com.h2database:h2' compileOnly 'org.projectlombok:lombok'