You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/18 06:32:38 UTC

[dolphinscheduler] branch dev updated: [Improvement-#5293]upgrade cron-utils version 5.0.5 -> 9.1.3 (#6857)

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

kirs 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 80dcf9b  [Improvement-#5293]upgrade cron-utils version 5.0.5 -> 9.1.3 (#6857)
80dcf9b is described below

commit 80dcf9b03ec0c37c01e7323a265dc0728012af52
Author: KyoYang <39...@users.noreply.github.com>
AuthorDate: Thu Nov 18 14:32:32 2021 +0800

    [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 <ya...@deepexi.com>
---
 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 77880ea..c008388 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 463629b..f0f7905 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
         <jackson.version>2.10.5</jackson.version>
         <mybatis-plus.version>3.2.0</mybatis-plus.version>
         <mybatis.spring.version>2.0.1</mybatis.spring.version>
-        <cron.utils.version>5.0.5</cron.utils.version>
+        <cron.utils.version>9.1.3</cron.utils.version>
         <druid.version>1.2.4</druid.version>
         <h2.version>1.4.200</h2.version>
         <commons.codec.version>1.11</commons.codec.version>
diff --git a/tools/dependencies/known-dependencies.txt b/tools/dependencies/known-dependencies.txt
index 0aad1c0..c5a3b73 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