Skip to content

Commit 10e97fd

Browse files
Bump mariadb-java-client from 3.0.9 to 3.1.0 in /modules/mariadb
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.0.9 to 3.1.0. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md) - [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/commits) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea32b8b commit 10e97fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mariadb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
1111

1212
testImplementation project(':jdbc-test')
13-
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.0.9'
13+
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.1.0'
1414

1515
testImplementation testFixtures(project(':r2dbc'))
1616
testImplementation 'org.mariadb:r2dbc-mariadb:1.0.2'

0 commit comments

Comments
 (0)