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 e302f12 + d852091 commit 2816eb4Copy full SHA for 2816eb4
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.4'
+ compileOnly 'io.asyncer:r2dbc-mysql:1.0.5'
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.4'
+ testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.0.5'
17
18
compileOnly 'org.jetbrains:annotations:24.0.1'
19
}
0 commit comments