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.
2 parents e54347a + 71c3a88 commit cbefee5Copy full SHA for cbefee5
appsignals-tests/contract-tests/build.gradle.kts
@@ -58,7 +58,7 @@ dependencies {
58
implementation(project(":appsignals-tests:images:grpc:grpc-base"))
59
testImplementation("org.testcontainers:kafka:1.21.3")
60
testImplementation("org.testcontainers:postgresql:1.21.3")
61
- testImplementation("org.testcontainers:mysql:1.19.8")
+ testImplementation("org.testcontainers:mysql:1.21.3")
62
testImplementation("com.mysql:mysql-connector-j:8.4.0")
63
}
64
0 commit comments