We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8d971 commit 832e871Copy full SHA for 832e871
wrapper/build.gradle.kts
@@ -72,7 +72,7 @@ dependencies {
72
testImplementation("org.testcontainers:testcontainers:1.20.1")
73
testImplementation("org.testcontainers:mysql:1.20.1")
74
testImplementation("org.testcontainers:postgresql:1.20.3")
75
- testImplementation("org.testcontainers:mariadb:1.20.2")
+ testImplementation("org.testcontainers:mariadb:1.20.4")
76
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
77
testImplementation("org.testcontainers:toxiproxy:1.20.4")
78
testImplementation("eu.rekawek.toxiproxy:toxiproxy-java:2.1.7")
0 commit comments