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 3c8beb2 commit 6b25f8cCopy full SHA for 6b25f8c
modules/mariadb/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
compile project(':jdbc')
8
9
compileOnly project(':r2dbc')
10
- compileOnly 'org.mariadb:r2dbc-mariadb:1.0.0'
+ compileOnly 'org.mariadb:r2dbc-mariadb:1.0.1'
11
12
testCompile project(':jdbc-test')
13
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.7.0'
0 commit comments