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 c6364c4 + 6f8c1a5 commit 87f6252Copy full SHA for 87f6252
modules/mariadb/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
11
12
testImplementation project(':jdbc-test')
13
- testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.0.7'
+ testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.0.8'
14
15
testImplementation testFixtures(project(':r2dbc'))
16
testImplementation 'org.mariadb:r2dbc-mariadb:1.0.2'
0 commit comments