[Fix-14683][pom] upgrade mysql driver version (#14684)

(cherry picked from commit 4bae7b1ae2)
This commit is contained in:
eye-gu 2023-08-04 10:51:15 +08:00 committed by Jay Chung
parent f157c7bbd1
commit 49a984b368
3 changed files with 3 additions and 1 deletions

View File

@ -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)).

View File

@ -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)).

View File

@ -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>