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 07d40f4 + 5a1da70 commit dc99ecdCopy full SHA for dc99ecd
modules/mysql/build.gradle
@@ -7,13 +7,13 @@ dependencies {
7
api project(':jdbc')
8
9
compileOnly project(':r2dbc')
10
- compileOnly 'io.asyncer:r2dbc-mysql:0.9.0'
+ compileOnly 'io.asyncer:r2dbc-mysql:1.0.2'
11
12
testImplementation project(':jdbc-test')
13
testImplementation 'mysql:mysql-connector-java:8.0.32'
14
15
testImplementation testFixtures(project(':r2dbc'))
16
- testImplementation 'io.asyncer:r2dbc-mysql:0.9.0'
+ testImplementation 'io.asyncer:r2dbc-mysql:1.0.2'
17
18
compileOnly 'org.jetbrains:annotations:24.0.1'
19
}
0 commit comments