This is an automated email from the ASF dual-hosted git repository.
linghengqian 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 70594c4ad Bump com.mysql:mysql-connector-j from 8.0.31 to 8.2.0 in
/examples (#2435)
70594c4ad is described below
commit 70594c4adbe906523144c237151ca31db02c8956
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 1 11:45:06 2024 +0800
Bump com.mysql:mysql-connector-j from 8.0.31 to 8.2.0 in /examples (#2435)
Bumps
[com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from
8.0.31 to 8.2.0.
-
[Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
-
[Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.31...8.2.0)
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
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 06acfe584..e9371acfb 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -46,7 +46,7 @@
<logback.version>1.2.13</logback.version>
<h2.version>2.2.224</h2.version>
- <mysql-connector-java.version>8.0.31</mysql-connector-java.version>
+ <mysql-connector-java.version>8.2.0</mysql-connector-java.version>
<hikari-cp.version>4.0.3</hikari-cp.version>