Skip to content

Commit c48f707

Browse files
Bump mariadb-java-client from 2.6.0 to 2.6.1 in /modules/mariadb (#2950)
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.6.0 to 2.6.1. - [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](mariadb-corporation/mariadb-connector-j@2.6.0...2.6.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cc880e commit c48f707

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:0.8.2-alpha2'
1111

1212
testCompile project(':jdbc-test')
13-
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.6.0'
13+
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.6.1'
1414

1515
testCompile testFixtures(project(':r2dbc'))
1616
testCompile 'org.mariadb:r2dbc-mariadb:0.8.1-alpha1'

0 commit comments

Comments
 (0)