We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38eabc commit a1d8080Copy full SHA for a1d8080
wrapper/build.gradle.kts
@@ -74,7 +74,7 @@ dependencies {
74
// Note: all org.testcontainers dependencies should have the same version
75
testImplementation("org.testcontainers:testcontainers:1.21.0")
76
testImplementation("org.testcontainers:mysql:1.21.0")
77
- testImplementation("org.testcontainers:postgresql:1.21.0")
+ testImplementation("org.testcontainers:postgresql:1.21.1")
78
testImplementation("org.testcontainers:mariadb:1.21.0")
79
testImplementation("org.testcontainers:junit-jupiter:1.21.1")
80
testImplementation("org.testcontainers:toxiproxy:1.21.0")
0 commit comments