This is an automated email from the ASF dual-hosted git repository.
luoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new af493aa220 DRILL-8254: upgrade mysql-connectors-java to 8.0.28 due to
CVE-2022-21363 (#2581)
af493aa220 is described below
commit af493aa2201348d770a9c53c9ee27968f6c93f79
Author: kingswanwho <[email protected]>
AuthorDate: Sat Jul 9 18:01:41 2022 +0800
DRILL-8254: upgrade mysql-connectors-java to 8.0.28 due to CVE-2022-21363
(#2581)
Co-authored-by: kingswanwho <[email protected]>
---
contrib/storage-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index 2b947f5feb..56d63ed9b1 100644
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -31,7 +31,7 @@
<name>Drill : Contrib : Storage : JDBC</name>
<properties>
- <mysql.connector.version>8.0.25</mysql.connector.version>
+ <mysql.connector.version>8.0.28</mysql.connector.version>
<clickhouse.jdbc.version>0.3.1</clickhouse.jdbc.version>
<h2.version>2.1.210</h2.version>
<postgresql.version>42.3.3</postgresql.version>