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

agresch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new ba4225e  [STORM-3824] upgrade httpclient (#3444)
ba4225e is described below

commit ba4225e47157956b4fd1049709ab41d335e15258
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Feb 28 17:39:39 2022 +0100

    [STORM-3824] upgrade httpclient (#3444)
    
    * [STORM-3824] upgrade httpclient
---
 DEPENDENCY-LICENSES                  | 7 +++----
 LICENSE-binary                       | 3 ++-
 examples/storm-solr-examples/pom.xml | 2 +-
 external/storm-elasticsearch/pom.xml | 4 ++--
 external/storm-solr/pom.xml          | 2 +-
 pom.xml                              | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 3c7263a..3955751 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -97,12 +97,11 @@ List of third-party dependencies grouped by their license 
type.
         * Apache HBase - Server (org.apache.hbase:hbase-server:2.1.3 - 
http://hbase.apache.org/hbase-build-configuration/hbase-server)
         * Apache HBase - Shaded Protocol 
(org.apache.hbase:hbase-protocol-shaded:2.1.3 - 
http://hbase.apache.org/hbase-build-configuration/hbase-protocol-shaded)
         * Apache HBase - Zookeeper (org.apache.hbase:hbase-zookeeper:2.1.3 - 
http://hbase.apache.org/hbase-build-configuration/hbase-zookeeper)
-        * Apache HttpAsyncClient 
(org.apache.httpcomponents:httpasyncclient:4.1.2 - 
http://hc.apache.org/httpcomponents-asyncclient)
-        * Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.2 - 
http://hc.apache.org/httpcomponents-client)
-        * Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.6 - 
http://hc.apache.org/httpcomponents-client)
-        * Apache HttpClient (org.apache.httpcomponents:httpclient:4.5 - 
http://hc.apache.org/httpcomponents-client)
+        * Apache HttpAsyncClient 
(org.apache.httpcomponents:httpasyncclient:4.1.5 - 
http://hc.apache.org/httpcomponents-asyncclient)
+        * Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.13 - 
http://hc.apache.org/httpcomponents-client)
         * Apache HttpClient Mime (org.apache.httpcomponents:httpmime:4.4.1 - 
http://hc.apache.org/httpcomponents-client)
         * Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.10 - 
http://hc.apache.org/httpcomponents-core-ga)
+        * Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.13 - 
http://hc.apache.org/httpcomponents-core-ga)
         * Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.1 - 
http://hc.apache.org/httpcomponents-core-ga)
         * Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.5 - 
http://hc.apache.org/httpcomponents-core-ga)
         * Apache HttpCore NIO (org.apache.httpcomponents:httpcore-nio:4.4.5 - 
http://hc.apache.org/httpcomponents-core-ga)
diff --git a/LICENSE-binary b/LICENSE-binary
index 08c95de..0bccbab 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -742,8 +742,9 @@ The license texts of these dependencies can be found in the 
licenses directory.
         * Apache HBase - Server (org.apache.hbase:hbase-server:2.1.3 - 
http://hbase.apache.org/hbase-build-configuration/hbase-server)
         * Apache HBase - Shaded Protocol 
(org.apache.hbase:hbase-protocol-shaded:2.1.3 - 
http://hbase.apache.org/hbase-build-configuration/hbase-protocol-shaded)
         * Apache HBase - Zookeeper (org.apache.hbase:hbase-zookeeper:2.1.3 - 
http://hbase.apache.org/hbase-build-configuration/hbase-zookeeper)
-        * Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.6 - 
http://hc.apache.org/httpcomponents-client)
+        * Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.13 - 
http://hc.apache.org/httpcomponents-client)
         * Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.10 - 
http://hc.apache.org/httpcomponents-core-ga)
+        * Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.13 - 
http://hc.apache.org/httpcomponents-core-ga)
         * Apache Ivy (org.apache.ivy:ivy:2.4.0 - http://ant.apache.org/ivy/)
         * Apache Kafka (org.apache.kafka:kafka-clients:0.11.0.3 - 
http://kafka.apache.org)
         * Apache Log4j (log4j:log4j:1.2.17 - 
http://logging.apache.org/log4j/1.2/)
diff --git a/examples/storm-solr-examples/pom.xml 
b/examples/storm-solr-examples/pom.xml
index da226fb..a0a1663 100644
--- a/examples/storm-solr-examples/pom.xml
+++ b/examples/storm-solr-examples/pom.xml
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5</version>
+            <version>4.5.13</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
diff --git a/external/storm-elasticsearch/pom.xml 
b/external/storm-elasticsearch/pom.xml
index ded751d..5476793 100644
--- a/external/storm-elasticsearch/pom.xml
+++ b/external/storm-elasticsearch/pom.xml
@@ -64,12 +64,12 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpasyncclient</artifactId>
-            <version>4.1.2</version>
+            <version>4.1.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.2</version>
+            <version>4.5.13</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/external/storm-solr/pom.xml b/external/storm-solr/pom.xml
index a0eb640..55c741c 100644
--- a/external/storm-solr/pom.xml
+++ b/external/storm-solr/pom.xml
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5</version>
+            <version>4.5.13</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
diff --git a/pom.xml b/pom.xml
index 04d9e37..8e29625 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,7 +302,7 @@
         <clojure.tools.logging.version>0.2.3</clojure.tools.logging.version>
         <carbonite.version>1.5.0</carbonite.version>
         <snakeyaml.version>1.26</snakeyaml.version>
-        <httpclient.version>4.5.6</httpclient.version>
+        <httpclient.version>4.5.13</httpclient.version>
         <jctools.version>2.0.1</jctools.version>
         <jgrapht.version>0.9.0</jgrapht.version>
         <guava.version>27.0.1-jre</guava.version>

Reply via email to