Skip to content

Commit c13fd4f

Browse files
leszek-bqleszekamz
andauthored
Updated org.testcontainers dependencies versions (#920)
Co-authored-by: leszekamz <[email protected]>
1 parent ddbb65f commit c13fd4f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/integration/host/build.gradle.kts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ dependencies {
3030
testImplementation("software.amazon.awssdk:rds:2.20.49")
3131
testImplementation("software.amazon.awssdk:ec2:2.20.61")
3232
testImplementation("software.amazon.awssdk:secretsmanager:2.20.49")
33-
testImplementation("org.testcontainers:testcontainers:1.17.4")
34-
testImplementation("org.testcontainers:mysql:1.18.0")
35-
testImplementation("org.testcontainers:postgresql:1.17.5")
36-
testImplementation("org.testcontainers:junit-jupiter:1.17.4")
37-
testImplementation("org.testcontainers:toxiproxy:1.17.5")
33+
// Note: all org.testcontainers dependencies should have the same version
34+
testImplementation("org.testcontainers:testcontainers:1.21.2")
35+
testImplementation("org.testcontainers:mysql:1.21.2")
36+
testImplementation("org.testcontainers:postgresql:1.21.2")
37+
testImplementation("org.testcontainers:junit-jupiter:1.21.2")
38+
testImplementation("org.testcontainers:toxiproxy:1.21.2")
3839
testImplementation("org.apache.poi:poi-ooxml:5.2.2")
3940
testImplementation("org.slf4j:slf4j-simple:2.0.3")
4041
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")

0 commit comments

Comments
 (0)