Skip to content

Commit

Permalink
Bump io.vertx:vertx-core from 4.5.5 to 4.5.7
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.5 to 4.5.7.
- [Commits](eclipse-vertx/vert.x@4.5.5...4.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent b9421cb commit aeaa2fd
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.5")
implementation("io.vertx:vertx-core:4.5.7")

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

0 comments on commit aeaa2fd

Please sign in to comment.