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 25b2cd8 commit 4e45621Copy full SHA for 4e45621
appsignals-tests/contract-tests/build.gradle.kts
@@ -56,8 +56,8 @@ dependencies {
56
testImplementation("software.amazon.awssdk:sts")
57
testImplementation(kotlin("test"))
58
implementation(project(":appsignals-tests:images:grpc:grpc-base"))
59
- testImplementation("org.testcontainers:kafka:1.19.3")
60
- testImplementation("org.testcontainers:postgresql:1.19.3")
+ testImplementation("org.testcontainers:kafka:1.21.3")
+ testImplementation("org.testcontainers:postgresql:1.21.3")
61
testImplementation("org.testcontainers:mysql:1.19.8")
62
testImplementation("com.mysql:mysql-connector-j:8.4.0")
63
}
0 commit comments