Skip to content

Commit

Permalink
chore(deps): bump io.vertx:vertx-stack-depchain from 4.4.6 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps io.vertx:vertx-stack-depchain from 4.4.6 to 4.5.0.

---
updated-dependencies:
- dependency-name: io.vertx:vertx-stack-depchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 442d09b commit 775a572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/VertxExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ application {
}

dependencies {
implementation(platform("io.vertx:vertx-stack-depchain:4.4.6"))
implementation(platform("io.vertx:vertx-stack-depchain:4.5.0"))
implementation("io.vertx:vertx-core")
implementation("io.vertx:vertx-config")
implementation("io.vertx:vertx-jdbc-client")
Expand Down

0 comments on commit 775a572

Please sign in to comment.