We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2ecf3a + 9d5a51e commit 20c2e18Copy full SHA for 20c2e18
instrumentation/jdbc/javaagent/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
37
testImplementation("org.testcontainers:testcontainers-mysql")
38
testImplementation("org.testcontainers:testcontainers-junit-jupiter")
39
- testImplementation("com.mysql:mysql-connector-j:9.5.0")
+ testImplementation("com.mysql:mysql-connector-j:9.6.0")
40
}
41
42
tasks.withType<JavaCompile>().configureEach {
0 commit comments