Skip to content

Commit

Permalink
Bump io.vertx:vertx-core from 4.5.4 to 4.5.5 (#563)
Browse files Browse the repository at this point in the history
Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.5.4 to 4.5.5.
- [Commits](eclipse-vertx/vert.x@4.5.4...4.5.5)

---
updated-dependencies:
- dependency-name: io.vertx:vertx-core
  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 Mar 19, 2024
1 parent c916271 commit b9421cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ziti-vertx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation(project(':ziti-netty'))

implementation(libs.kotlin.lib)
implementation("io.vertx:vertx-core:4.5.4")
implementation("io.vertx:vertx-core:4.5.5")

testApi(libs.jupiter.api)
testImplementation(libs.jupiter.engine)
Expand Down

0 comments on commit b9421cb

Please sign in to comment.