diff --git a/dolphinscheduler-dist/release-docs/LICENSE b/dolphinscheduler-dist/release-docs/LICENSE index 8539d3a0cd..c2472da965 100644 --- a/dolphinscheduler-dist/release-docs/LICENSE +++ b/dolphinscheduler-dist/release-docs/LICENSE @@ -285,7 +285,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt. hive-service-rpc 2.1.0: https://mvnrepository.com/artifact/org.apache.hive/hive-service-rpc/2.1.0, Apache 2.0 hive-storage-api 2.1.0: https://mvnrepository.com/artifact/org.apache.hive/hive-storage-api/2.1.0, Apache 2.0 htrace-core 3.1.0-incubating: https://mvnrepository.com/artifact/org.apache.htrace/htrace-core/3.1.0-incubating, Apache 2.0 - httpclient 4.4.1: https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.4.1, Apache 2.0 + httpclient 4.5.13: https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.5.13, Apache 2.0 httpcore 4.4.1: https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.4.1, Apache 2.0 httpmime 4.5.13: https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime/4.5.13, Apache 2.0 jackson-annotations 2.10.5: https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.10.5, Apache 2.0 diff --git a/pom.xml b/pom.xml index 5abd1d4de8..f92cb63d7d 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ 1.4.200 1.11 1.1.1 - 4.4.1 + 4.5.13 4.4.1 4.12 8.0.16 diff --git a/tools/dependencies/known-dependencies.txt b/tools/dependencies/known-dependencies.txt index fbb85b5000..65a370772a 100755 --- a/tools/dependencies/known-dependencies.txt +++ b/tools/dependencies/known-dependencies.txt @@ -84,7 +84,7 @@ hive-service-2.1.0.jar hive-service-rpc-2.1.0.jar hive-storage-api-2.1.0.jar htrace-core-3.1.0-incubating.jar -httpclient-4.4.1.jar +httpclient-4.5.13.jar httpcore-4.4.1.jar httpmime-4.5.13.jar j2objc-annotations-1.1.jar