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 4e45621 commit 758b7adCopy full SHA for 758b7ad
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