This is an automated email from the ASF dual-hosted git repository.
wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new 1bde7efff Bump mysql-connector-java from 8.0.16 to 8.0.28 in /examples
(#2098)
1bde7efff is described below
commit 1bde7efffedf08e8862a4ffa43c1b7469fdd7947
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 8 10:32:25 2022 +0800
Bump mysql-connector-java from 8.0.16 to 8.0.28 in /examples (#2098)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j)
from 8.0.16 to 8.0.28.
- [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/8.0.16...8.0.28)
---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
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 393c81e9f..6bfd939eb 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -46,7 +46,7 @@
<logback.version>1.1.2</logback.version>
<commons-dbcp2.version>2.7.0</commons-dbcp2.version>
<h2.version>1.4.184</h2.version>
- <mysql.version>8.0.16</mysql.version>
+ <mysql.version>8.0.28</mysql.version>
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
<flatten-maven-plugin.version>1.2.5</flatten-maven-plugin.version>
</properties>