Skip to content

Commit c38dcd7

Browse files
committed
chore: update integration test dependencies
1 parent 57d361e commit c38dcd7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/integration/host/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ dependencies {
2929
testImplementation("software.amazon.awssdk:ec2:2.30.10")
3030
testImplementation("software.amazon.awssdk:secretsmanager:2.30.10")
3131
// Note: all org.testcontainers dependencies should have the same version
32-
testImplementation("org.testcontainers:testcontainers:2.0.3")
33-
testImplementation("org.testcontainers:mysql:2.0.3")
34-
testImplementation("org.testcontainers:postgresql:2.0.3")
35-
testImplementation("org.testcontainers:junit-jupiter:2.0.3")
36-
testImplementation("org.testcontainers:toxiproxy:2.0.3")
32+
testImplementation("org.testcontainers:testcontainers:2.0.1")
33+
testImplementation("org.testcontainers:mysql:2.0.1")
34+
testImplementation("org.testcontainers:postgresql:2.0.1")
35+
testImplementation("org.testcontainers:junit-jupiter:2.0.1")
36+
testImplementation("org.testcontainers:toxiproxy:2.0.1")
3737
testImplementation("org.apache.poi:poi-ooxml:5.3.0")
3838
testImplementation("org.slf4j:slf4j-simple:2.0.16")
3939
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")

0 commit comments

Comments
 (0)