Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 16, 2025
commit c8479a2c1254fdfa984c869ae7667bd7e348109e
2 changes: 1 addition & 1 deletion SpringBootVertx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
runtimeOnly 'com.h2database:h2'

compileOnly 'org.projectlombok:lombok'
Expand Down
Loading