Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates (#210)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [io.vertx:vertx-core](https://github.com/eclipse/vert.x), io.vertx:vertx-lang-kotlin, io.vertx:vertx-lang-kotlin-coroutines and io.vertx:vertx-junit5.


Updates `io.vertx:vertx-core` from 4.5.4 to 4.5.5
- [Commits](eclipse-vertx/vert.x@4.5.4...4.5.5)

Updates `io.vertx:vertx-lang-kotlin` from 4.5.4 to 4.5.5

Updates `io.vertx:vertx-lang-kotlin-coroutines` from 4.5.4 to 4.5.5

Updates `io.vertx:vertx-junit5` from 4.5.4 to 4.5.5

Updates `io.vertx:vertx-lang-kotlin` from 4.5.4 to 4.5.5

Updates `io.vertx:vertx-lang-kotlin-coroutines` from 4.5.4 to 4.5.5

Updates `io.vertx:vertx-junit5` from 4.5.4 to 4.5.5

---
updated-dependencies:
- dependency-name: io.vertx:vertx-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin-coroutines
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin-coroutines
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 24, 2024
1 parent c388944 commit 33b2446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

ext {
vertxVersion = "4.5.4"
vertxVersion = "4.5.5"
coroutinesVersion = "1.8.0"
}

Expand Down

0 comments on commit 33b2446

Please sign in to comment.