Skip to content

Commit

Permalink
update testcontainers dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
konqi committed Feb 28, 2024
1 parent 68d9ae7 commit c508777
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ dependencies {
// should use the -no-dependencies version, but logger configuration is broken in artifact
// also would like to use newer version, but there is no working arm docker image available
testImplementation("org.mock-server:mockserver-client-java:5.14.0")
testImplementation("org.testcontainers:testcontainers:1.19.3")
testImplementation("org.testcontainers:junit-jupiter:1.19.3")
testImplementation("org.testcontainers:mockserver:1.19.3")
testImplementation("org.testcontainers:hivemq:1.19.3")
testImplementation("org.testcontainers:testcontainers:1.19.6")
testImplementation("org.testcontainers:junit-jupiter:1.19.6")
testImplementation("org.testcontainers:mockserver:1.19.6")
testImplementation("org.testcontainers:hivemq:1.19.6")
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
}

Expand Down

0 comments on commit c508777

Please sign in to comment.