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 c54cdc8 + 5ee6fd3 commit 279f1cfCopy full SHA for 279f1cf
modules/mysql/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
compileOnly 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'
11
12
testImplementation project(':jdbc-test')
13
- testImplementation 'mysql:mysql-connector-java:8.0.30'
+ testImplementation 'mysql:mysql-connector-java:8.0.31'
14
15
testImplementation testFixtures(project(':r2dbc'))
16
testImplementation 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'
0 commit comments