File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ dependencies {
30
30
testImplementation(" software.amazon.awssdk:rds:2.20.49" )
31
31
testImplementation(" software.amazon.awssdk:ec2:2.20.61" )
32
32
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" )
38
39
testImplementation(" org.apache.poi:poi-ooxml:5.2.2" )
39
40
testImplementation(" org.slf4j:slf4j-simple:2.0.3" )
40
41
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.14.2" )
You can’t perform that action at this time.
0 commit comments