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 be61c7d + f542e90 commit 10bee03Copy full SHA for 10bee03
modules/mysql/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
compileOnly 'io.asyncer:r2dbc-mysql:1.0.2'
11
12
testImplementation project(':jdbc-test')
13
- testImplementation 'mysql:mysql-connector-java:8.0.32'
+ testImplementation 'mysql:mysql-connector-java:8.0.33'
14
15
testImplementation testFixtures(project(':r2dbc'))
16
testImplementation 'io.asyncer:r2dbc-mysql:1.0.2'
0 commit comments