Skip to content

Commit

Permalink
Update to Vert.x 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jun 29, 2023
1 parent 73cee7c commit c45e29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ dependencyResolutionManagement {
library("javax-annotation-api", "org.apache.tomcat", "annotations-api").version("6.0.53")
}
create("vertxLibs") {
library("vertx-bom", "io.vertx:vertx-stack-depchain:4.4.0")
library("vertx-bom", "io.vertx:vertx-stack-depchain:4.4.4")
library("vertx-core", "io.vertx", "vertx-core").withoutVersion()
library("vertx-grpc-context-storage", "io.vertx", "vertx-grpc-context-storage")
.version("4.4.0")
.version("4.4.4")
library("vertx-kotlin-coroutines", "io.vertx", "vertx-lang-kotlin-coroutines")
.withoutVersion()
library("vertx-junit5", "io.vertx", "vertx-junit5").withoutVersion()
Expand Down

0 comments on commit c45e29d

Please sign in to comment.