Skip to content

Commit

Permalink
Bump mysql-connector-java from 8.0.22 to 8.0.25 in /modules/mysql (#4086
Browse files Browse the repository at this point in the history
)

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.22 to 8.0.25.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](mysql/mysql-connector-j@8.0.22...8.0.25)

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 24, 2021
1 parent cd91b0e commit e83895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'

testCompile project(':jdbc-test')
testCompile 'mysql:mysql-connector-java:8.0.22'
testCompile 'mysql:mysql-connector-java:8.0.25'

testCompile testFixtures(project(':r2dbc'))
testCompile 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'
Expand Down

0 comments on commit e83895f

Please sign in to comment.