This is an automated email from the ASF dual-hosted git repository.

wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4bae7b1ae2 [Fix-14683][pom] upgrade mysql driver version (#14684)
4bae7b1ae2 is described below

commit 4bae7b1ae24e4437b844b701d2524c45ad053c97
Author: eye-gu <[email protected]>
AuthorDate: Fri Aug 4 10:51:15 2023 +0800

    [Fix-14683][pom] upgrade mysql driver version (#14684)
---
 docs/docs/en/guide/upgrade/incompatible.md | 1 +
 docs/docs/zh/guide/upgrade/incompatible.md | 1 +
 dolphinscheduler-bom/pom.xml               | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/docs/en/guide/upgrade/incompatible.md 
b/docs/docs/en/guide/upgrade/incompatible.md
index 3ca43116fa..0ecd94c8cb 100644
--- a/docs/docs/en/guide/upgrade/incompatible.md
+++ b/docs/docs/en/guide/upgrade/incompatible.md
@@ -4,6 +4,7 @@ This document records the incompatible updates between each 
version. You need to
 
 ## dev
 
+* Upgrade mysql driver version from 8.0.16 to 8.0.33 
([#14684](https://github.com/apache/dolphinscheduler/pull/14684))
 * Change env `PYTHON_HOME` to `PYTHON_LAUNCHER` and `DATAX_HOME` to 
`DATAX_LAUNCHER` 
([#14523](https://github.com/apache/dolphinscheduler/pull/14523))
 * Change regex matching sql params in SQL task plugin 
([#13378](https://github.com/apache/dolphinscheduler/pull/13378))
 * Remove the spark version of spark task 
([#11860](https://github.com/apache/dolphinscheduler/pull/11860)).
diff --git a/docs/docs/zh/guide/upgrade/incompatible.md 
b/docs/docs/zh/guide/upgrade/incompatible.md
index 153331cc78..dd47fa8de8 100644
--- a/docs/docs/zh/guide/upgrade/incompatible.md
+++ b/docs/docs/zh/guide/upgrade/incompatible.md
@@ -4,6 +4,7 @@
 
 ## dev
 
+* 将mysql驱动版本从8.0.16升级至8.0.33 
([#14684](https://github.com/apache/dolphinscheduler/pull/14684))
 * 更改了环境变量名称,将 `PYTHON_HOME` 改为 `PYTHON_LAUNCHER`, 将 `DATAX_HOME` 改为 
`DATAX_LAUNCHER` 
([#14523](https://github.com/apache/dolphinscheduler/pull/14523))
 * 更新了SQL任务中用于匹配变量的正则表达式 
([#13378](https://github.com/apache/dolphinscheduler/pull/13378))
 * Remove the spark version of spark task 
([#11860](https://github.com/apache/dolphinscheduler/pull/11860)).
diff --git a/dolphinscheduler-bom/pom.xml b/dolphinscheduler-bom/pom.xml
index 9c660fb92c..7af68b6701 100644
--- a/dolphinscheduler-bom/pom.xml
+++ b/dolphinscheduler-bom/pom.xml
@@ -56,7 +56,7 @@
         <hadoop.version>3.2.4</hadoop.version>
         <cron-utils.version>9.1.6</cron-utils.version>
         <h2.version>2.2.220</h2.version>
-        <mysql-connector.version>8.0.16</mysql-connector.version>
+        <mysql-connector.version>8.0.33</mysql-connector.version>
         <vertica-jdbc.version>12.0.4-0</vertica-jdbc.version>
         <oracle-jdbc.version>21.5.0.0</oracle-jdbc.version>
         <dameng-jdbc.version>8.1.2.79</dameng-jdbc.version>

Reply via email to