Skip to content

Commit

Permalink
Update depdendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Feb 20, 2024
1 parent 527e2d6 commit ce32979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencies {
implementation("io.vertx:vertx-core:4.5.3")
implementation("io.vertx:vertx-hazelcast:4.5.3")
implementation("io.vertx:vertx-lang-kotlin:4.5.3")
implementation("io.vertx:vertx-lang-kotlin-coroutines:4.5.1")
implementation("io.vertx:vertx-micrometer-metrics:4.5.1")
implementation("io.vertx:vertx-lang-kotlin-coroutines:4.5.3")
implementation("io.vertx:vertx-micrometer-metrics:4.5.3")
implementation("io.vertx:vertx-mongo-client:4.5.3")
implementation("io.vertx:vertx-pg-client:4.5.3")
implementation("io.vertx:vertx-web:4.5.3")
Expand Down

0 comments on commit ce32979

Please sign in to comment.