Skip to content

Commit

Permalink
Bump mariadb-java-client from 2.6.1 to 2.6.2 in /modules/mariadb (#3034)
Browse files Browse the repository at this point in the history
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.6.1 to 2.6.2.
- [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.1...2.6.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard North <[email protected]>
  • Loading branch information
dependabot[bot] and rnorth authored Jul 31, 2020
1 parent ed6b117 commit d12d337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mariadb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly 'org.mariadb:r2dbc-mariadb:0.8.2-alpha2'

testCompile project(':jdbc-test')
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.6.1'
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.6.2'

testCompile testFixtures(project(':r2dbc'))
testCompile 'org.mariadb:r2dbc-mariadb:0.8.1-alpha1'
Expand Down

0 comments on commit d12d337

Please sign in to comment.