We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71d1cc commit 07768d3Copy full SHA for 07768d3
SpringBootVertx/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
17
implementation 'org.springframework.boot:spring-boot-starter-web'
18
implementation 'com.fasterxml.jackson.core:jackson-databind'
19
- implementation 'io.vertx:vertx-web:4.5.12'
+ implementation 'io.vertx:vertx-web:4.5.14'
20
runtimeOnly 'com.h2database:h2'
21
22
compileOnly 'org.projectlombok:lombok'
0 commit comments