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 cd81958 + a8ef0f3 commit 90e16daCopy full SHA for 90e16da
modules/mysql/build.gradle
@@ -4,13 +4,13 @@ dependencies {
4
api project(':jdbc')
5
6
compileOnly project(':r2dbc')
7
- compileOnly 'io.asyncer:r2dbc-mysql:1.3.0'
+ compileOnly 'io.asyncer:r2dbc-mysql:1.4.1'
8
9
testImplementation project(':jdbc-test')
10
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
11
12
testImplementation testFixtures(project(':r2dbc'))
13
- testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.3.0'
+ testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.4.1'
14
15
compileOnly 'org.jetbrains:annotations:26.0.2'
16
}
0 commit comments