Skip to content

Commit e37b632

Browse files
Bump mysql-connector-java from 8.0.20 to 8.0.21 in /modules/jdbc-test (#3044)
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 97f738e commit e37b632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jdbc-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dependencies {
1717
compile 'commons-dbutils:commons-dbutils:1.7'
1818
compile 'org.apache.tomcat:tomcat-jdbc:9.0.37'
1919
compile 'org.vibur:vibur-dbcp:25.0'
20-
compile 'mysql:mysql-connector-java:8.0.20'
20+
compile 'mysql:mysql-connector-java:8.0.21'
2121
}

0 commit comments

Comments
 (0)