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/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new ff717e6  [Improve][Connectors]update httpclient version to 4.5.13 
because of doris connection reset (#1372)
ff717e6 is described below

commit ff717e651af7623a64b204d0085a5a012dfe5100
Author: Xiao Zhao <[email protected]>
AuthorDate: Thu Mar 3 15:25:12 2022 +0800

    [Improve][Connectors]update httpclient version to 4.5.13 because of doris 
connection reset (#1372)
---
 pom.xml                                   | 2 +-
 seatunnel-dist/release-docs/LICENSE       | 3 ++-
 tools/dependencies/known-dependencies.txt | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index bb0e6f2..234598e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
         <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
         <spark.scope>provided</spark.scope>
         <flink.scope>provided</flink.scope>
-        <httpclient.version>4.5.2</httpclient.version>
+        <httpclient.version>4.5.13</httpclient.version>
         <httpcore.version>4.4.4</httpcore.version>
         <httpcore-nio.version>4.4.4</httpcore-nio.version>
         <httpasyncclient.version>4.1.4</httpasyncclient.version>
diff --git a/seatunnel-dist/release-docs/LICENSE 
b/seatunnel-dist/release-docs/LICENSE
index 341e553..aa0866e 100644
--- a/seatunnel-dist/release-docs/LICENSE
+++ b/seatunnel-dist/release-docs/LICENSE
@@ -329,7 +329,8 @@ The text of each license is the standard Apache 2.0 license.
      (Apache License, Version 2.0) Apache Hadoop YARN Client 
(org.apache.hadoop:hadoop-yarn-client:3.0.0 - no url defined)
      (Apache License, Version 2.0) Apache Hadoop YARN Common 
(org.apache.hadoop:hadoop-yarn-common:3.0.0 - no url defined)
      (Apache License, Version 2.0) Apache HttpAsyncClient 
(org.apache.httpcomponents:httpasyncclient:4.1.2 - 
http://hc.apache.org/httpcomponents-asyncclient)
-     (Apache License, Version 2.0) Apache HttpClient 
(org.apache.httpcomponents:httpclient:4.5.2 - 
http://hc.apache.org/httpcomponents-client)
+     (Apache License, Version 2.0) Apache HttpClient 
(org.apache.httpcomponents:httpclient:4.5.13 - 
http://hc.apache.org/httpcomponents-client)
+     (Apache License, Version 2.0) Apache Commons Codec 
(commons-codec:commons-codec:1.11 - 
https://commons.apache.org/proper/commons-codec)
      (Apache License, Version 2.0) Apache HttpClient Mime 
(org.apache.httpcomponents:httpmime:4.5.2 - 
http://hc.apache.org/httpcomponents-client)
      (Apache License, Version 2.0) Apache HttpCore 
(org.apache.httpcomponents:httpcore:4.4.10 - 
http://hc.apache.org/httpcomponents-core-ga)
      (Apache License, Version 2.0) Apache HttpCore NIO 
(org.apache.httpcomponents:httpcore-nio:4.4.4 - 
http://hc.apache.org/httpcomponents-core-ga)
diff --git a/tools/dependencies/known-dependencies.txt 
b/tools/dependencies/known-dependencies.txt
index e8f8c74..3608017 100755
--- a/tools/dependencies/known-dependencies.txt
+++ b/tools/dependencies/known-dependencies.txt
@@ -63,6 +63,7 @@ commons-cli-1.2.jar
 commons-cli-1.3.1.jar
 commons-cli-1.4.jar
 commons-codec-1.10.jar
+commons-codec-1.11.jar
 commons-codec-1.13.jar
 commons-codec-1.7.jar
 commons-codec-1.9.jar
@@ -265,7 +266,7 @@ htrace-core-3.1.0-incubating.jar
 htrace-core4-4.1.0-incubating.jar
 htrace-core4-4.2.0-incubating.jar
 httpasyncclient-4.1.4.jar
-httpclient-4.5.2.jar
+httpclient-4.5.13.jar
 httpcore-4.4.4.jar
 httpcore-nio-4.4.4.jar
 httpmime-4.5.2.jar

Reply via email to