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.
1 parent e5916f1 commit b7deb73Copy full SHA for b7deb73
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.0.3'
+ compileOnly 'io.asyncer:r2dbc-mysql:1.0.4'
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.0.3'
+ testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.0.4'
17
18
compileOnly 'org.jetbrains:annotations:24.0.1'
19
}
0 commit comments