Skip to content

Commit

Permalink
Bump mariadb-java-client from 2.7.0 to 2.7.3 in /modules/mariadb (#4090)
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.7.0 to 2.7.3.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/2.7.3/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@2.7.0...2.7.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 19, 2021
1 parent 992322b commit 4ac8ded
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:1.0.0'

testCompile project(':jdbc-test')
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.7.0'
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.7.3'

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

0 comments on commit 4ac8ded

Please sign in to comment.