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 fa7e79b + f79f6c5 commit 13bea7aCopy full SHA for 13bea7a
modules/mysql/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
compileOnly 'io.asyncer:r2dbc-mysql:1.4.1'
8
9
testImplementation project(':testcontainers-jdbc-test')
10
- testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
+ testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
11
12
testImplementation testFixtures(project(':testcontainers-r2dbc'))
13
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.4.1'
0 commit comments