From f45fe85703d6fd8bdb4e8307a76fe1b6227e5c2b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 20 Apr 2022 11:42:14 +0200 Subject: [PATCH] upgrade commons-compress to 1.21 (#9540) --- dolphinscheduler-dist/release-docs/LICENSE | 2 +- pom.xml | 2 +- tools/dependencies/known-dependencies.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dolphinscheduler-dist/release-docs/LICENSE b/dolphinscheduler-dist/release-docs/LICENSE index beb3243cb..8539d3a0c 100644 --- a/dolphinscheduler-dist/release-docs/LICENSE +++ b/dolphinscheduler-dist/release-docs/LICENSE @@ -232,7 +232,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt. commons-codec 1.11: https://mvnrepository.com/artifact/commons-codec/commons-codec/1.11, Apache 2.0 commons-collections 3.2.2: https://mvnrepository.com/artifact/commons-collections/commons-collections/3.2.2, Apache 2.0 commons-collections4 4.1: https://mvnrepository.com/artifact/org.apache.commons/commons-collections4/4.1, Apache 2.0 - commons-compress 1.19: https://mvnrepository.com/artifact/org.apache.commons/commons-compress/1.19, Apache 2.0 + commons-compress 1.21: https://mvnrepository.com/artifact/org.apache.commons/commons-compress/1.21, Apache 2.0 commons-configuration 1.10: https://mvnrepository.com/artifact/commons-configuration/commons-configuration/1.10, Apache 2.0 commons-daemon 1.0.13 https://mvnrepository.com/artifact/commons-daemon/commons-daemon/1.0.13, Apache 2.0 commons-dbcp 1.4: https://github.com/apache/commons-dbcp, Apache 2.0 diff --git a/pom.xml b/pom.xml index 13f67fad2..5abd1d4de 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ 3.2.0 2.0.9 3.0.0 - 1.19 + 1.21 3.1.1 2.5.1 3.0.0 diff --git a/tools/dependencies/known-dependencies.txt b/tools/dependencies/known-dependencies.txt index cafcf8ca1..fbb85b500 100755 --- a/tools/dependencies/known-dependencies.txt +++ b/tools/dependencies/known-dependencies.txt @@ -27,7 +27,7 @@ commons-codec-1.11.jar commons-collections-3.2.2.jar commons-collections4-4.1.jar commons-compiler-3.1.6.jar -commons-compress-1.19.jar +commons-compress-1.21.jar commons-configuration-1.10.jar commons-daemon-1.0.13.jar commons-beanutils-1.9.4.jar