Skip to content

Commit

Permalink
Bumped testcontainers and vertx (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper authored Jan 30, 2024
1 parent 7ecde0a commit 1851e20
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 @@ -57,7 +57,7 @@ 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.6")
library("vertx-bom", "io.vertx:vertx-stack-depchain:4.5.1")
library("vertx-core", "io.vertx", "vertx-core").withoutVersion()
library("vertx-grpc-context-storage", "io.vertx", "vertx-grpc-context-storage")
.withoutVersion()
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencyResolutionManagement {
create("testingLibs") {
version("junit-jupiter", "5.9.1")
version("assertj", "3.23.1")
version("testcontainers", "1.19.0")
version("testcontainers", "1.19.4")

library("junit-jupiter", "org.junit.jupiter", "junit-jupiter").versionRef("junit-jupiter")
library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit-jupiter")
Expand Down

0 comments on commit 1851e20

Please sign in to comment.