This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-lite.git
The following commit(s) were added to refs/heads/master by this push: new 871aae1 Bump mysql-connector-java from 5.1.30 to 8.0.16 in /examples (#889) 871aae1 is described below commit 871aae1070cb4cf7b76c1e8e922ce648286717e4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jul 2 13:43:44 2020 +0800 Bump mysql-connector-java from 5.1.30 to 8.0.16 in /examples (#889) Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.30 to 8.0.16. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.30...8.0.16) Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index ba62ba5..5477da9 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -25,7 +25,7 @@ <logback.version>1.1.2</logback.version> <commons-dbcp.version>1.4</commons-dbcp.version> <h2.version>1.4.184</h2.version> - <mysql.version>5.1.30</mysql.version> + <mysql.version>8.0.16</mysql.version> <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version> </properties>