File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,10 @@ 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:testcontainers-mysql:2.0.1" )
34+ testImplementation(" org.testcontainers:testcontainers-postgresql:2.0.1" )
35+ testImplementation(" org.testcontainers:testcontainers-toxiproxy:2.0.1" )
3736 testImplementation(" org.apache.poi:poi-ooxml:5.3.0" )
3837 testImplementation(" org.slf4j:slf4j-simple:2.0.16" )
3938 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
You can’t perform that action at this time.
0 commit comments