Skip to content

Commit

Permalink
build(deps): bump io.vertx:vertx-web from 4.5.10 to 4.5.11 (#987)
Browse files Browse the repository at this point in the history
Bumps io.vertx:vertx-web from 4.5.10 to 4.5.11.

---
updated-dependencies:
- dependency-name: io.vertx:vertx-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2024
1 parent 31e06dc commit a9959a3
Showing 1 changed file with 1 addition and 1 deletion.
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.10'
implementation 'io.vertx:vertx-web:4.5.11'
runtimeOnly 'com.h2database:h2'

compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit a9959a3

Please sign in to comment.