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 c8c71e2 + e81d151 commit 28c2c10Copy full SHA for 28c2c10
modules/mariadb/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
8
9
testImplementation project(':jdbc-test')
10
- testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.4.1'
+ testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.4'
11
12
testImplementation testFixtures(project(':r2dbc'))
13
testRuntimeOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
0 commit comments