Skip to content

Commit c8479a2

Browse files
build(deps): bump io.vertx:vertx-web from 4.5.14 to 5.0.0
Bumps [io.vertx:vertx-web](https://github.com/vert-x3/vertx-web) from 4.5.14 to 5.0.0. - [Commits](vert-x3/vertx-web@4.5.14...5.0.0) --- updated-dependencies: - dependency-name: io.vertx:vertx-web dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d982c9 commit c8479a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootVertx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
1717
implementation 'org.springframework.boot:spring-boot-starter-web'
1818
implementation 'com.fasterxml.jackson.core:jackson-databind'
19-
implementation 'io.vertx:vertx-web:4.5.14'
19+
implementation 'io.vertx:vertx-web:5.0.0'
2020
runtimeOnly 'com.h2database:h2'
2121

2222
compileOnly 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)