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 cff86d9 + 80904ad commit 8acb7ffCopy full SHA for 8acb7ff
modules/mysql/build.gradle
@@ -7,13 +7,13 @@ dependencies {
7
api project(':jdbc')
8
9
compileOnly project(':r2dbc')
10
- compileOnly 'io.asyncer:r2dbc-mysql:1.1.3'
+ compileOnly 'io.asyncer:r2dbc-mysql:1.3.0'
11
12
testImplementation project(':jdbc-test')
13
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
14
15
testImplementation testFixtures(project(':r2dbc'))
16
- testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.1.3'
+ testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.3.0'
17
18
compileOnly 'org.jetbrains:annotations:24.1.0'
19
}
0 commit comments