Skip to content

Commit 20c2e18

Browse files
authored
Bump com.mysql:mysql-connector-j from 9.5.0 to 9.6.0 (#418)
2 parents a2ecf3a + 9d5a51e commit 20c2e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jdbc/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636

3737
testImplementation("org.testcontainers:testcontainers-mysql")
3838
testImplementation("org.testcontainers:testcontainers-junit-jupiter")
39-
testImplementation("com.mysql:mysql-connector-j:9.5.0")
39+
testImplementation("com.mysql:mysql-connector-j:9.6.0")
4040
}
4141

4242
tasks.withType<JavaCompile>().configureEach {

0 commit comments

Comments
 (0)