From 80dcf9b03ec0c37c01e7323a265dc0728012af52 Mon Sep 17 00:00:00 2001 From: KyoYang <39785282+yangqiyu0306@users.noreply.github.com> Date: Thu, 18 Nov 2021 14:32:32 +0800 Subject: [PATCH] [Improvement-#5293]upgrade cron-utils version 5.0.5 -> 9.1.3 (#6857) * fix complement data retry bug; issues: [Bug] [Master] A bug on task retry mechanism #6613 Co-authored-by: yangqiyu --- dolphinscheduler-dist/release-docs/LICENSE | 5 +++-- pom.xml | 2 +- tools/dependencies/known-dependencies.txt | 4 +++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dolphinscheduler-dist/release-docs/LICENSE b/dolphinscheduler-dist/release-docs/LICENSE index 77880ea538..c008388752 100644 --- a/dolphinscheduler-dist/release-docs/LICENSE +++ b/dolphinscheduler-dist/release-docs/LICENSE @@ -244,7 +244,8 @@ The text of each license is also included at licenses/LICENSE-[project].txt. commons-math3 3.1.1: https://mvnrepository.com/artifact/org.apache.commons/commons-math3/3.1.1, Apache 2.0 commons-net 3.1: https://github.com/apache/commons-net, Apache 2.0 commons-pool 1.6: https://github.com/apache/commons-pool, Apache 2.0 - cron-utils 5.0.5: https://mvnrepository.com/artifact/com.cronutils/cron-utils/5.0.5, Apache 2.0 + cron-utils 9.1.3: https://mvnrepository.com/artifact/com.cronutils/cron-utils/9.1.3, Apache 2.0 + commons-lang3 3.12.0: https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.12.0, Apache 2.0 curator-client 4.3.0: https://mvnrepository.com/artifact/org.apache.curator/curator-client/4.3.0, Apache 2.0 curator-framework 4.3.0: https://mvnrepository.com/artifact/org.apache.curator/curator-framework/4.3.0, Apache 2.0 curator-recipes 4.3.0: https://mvnrepository.com/artifact/org.apache.curator/curator-recipes/4.3.0, Apache 2.0 @@ -442,9 +443,9 @@ The text of each license is also included at licenses/LICENSE-[project].txt. jersey-guice 1.9: https://mvnrepository.com/artifact/com.sun.jersey.contribs/jersey-guice/1.9, CDDL 1.1 and GPL 1.1 jersey-json 1.9: https://mvnrepository.com/artifact/com.sun.jersey/jersey-json/1.9, CDDL 1.1 and GPL 1.1 jersey-server 1.9: https://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.9, CDDL 1.1 and GPL 1.1 - jta 1.1: https://mvnrepository.com/artifact/javax.transaction/jta/1.1, CDDL 1.0 transaction-api 1.1: https://mvnrepository.com/artifact/javax.transaction/transaction-api/1.1, CDDL 1.0 + javax.el 3.0.0: https://mvnrepository.com/artifact/org.glassfish/javax.el/3.0.0, CDDL and GPL and GPL 2.0 ======================================================================== EPL licenses diff --git a/pom.xml b/pom.xml index 463629b3e1..f0f790514d 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 2.10.5 3.2.0 2.0.1 - 5.0.5 + 9.1.3 1.2.4 1.4.200 1.11 diff --git a/tools/dependencies/known-dependencies.txt b/tools/dependencies/known-dependencies.txt index 0aad1c054b..c5a3b736a8 100755 --- a/tools/dependencies/known-dependencies.txt +++ b/tools/dependencies/known-dependencies.txt @@ -36,7 +36,9 @@ commons-logging-1.1.1.jar commons-math3-3.1.1.jar commons-net-3.1.jar commons-pool-1.6.jar -cron-utils-5.0.5.jar +cron-utils-9.1.3.jar +javax.el-3.0.0.jar +commons-lang3-3.12.0.jar curator-client-4.3.0.jar curator-framework-4.3.0.jar curator-recipes-4.3.0.jar