Skip to content

Commit 97f738e

Browse files
Bump mysql-connector-java from 8.0.20 to 8.0.21 in /modules/mysql (#3045)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.20 to 8.0.21. - [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.20...8.0.21) 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]>
1 parent eb7d15e commit 97f738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mysql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly 'dev.miku:r2dbc-mysql:0.8.1.RELEASE'
1111

1212
testCompile project(':jdbc-test')
13-
testCompile 'mysql:mysql-connector-java:8.0.20'
13+
testCompile 'mysql:mysql-connector-java:8.0.21'
1414

1515
testCompile testFixtures(project(':r2dbc'))
1616
testCompile 'dev.miku:r2dbc-mysql:0.8.1.RELEASE'

0 commit comments

Comments
 (0)