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 f9515c3 + a8042ff commit 7f6613fCopy full SHA for 7f6613f
modules/tidb/build.gradle
@@ -4,6 +4,6 @@ dependencies {
4
api project(':testcontainers-jdbc')
5
6
testImplementation project(':testcontainers-jdbc-test')
7
- testRuntimeOnly 'com.mysql:mysql-connector-j:8.2.0'
+ testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
8
compileOnly 'org.jetbrains:annotations:26.0.2-1'
9
}
0 commit comments