You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2022/03/09 07:59:39 UTC

[zeppelin] branch master updated: [ZEPPELIN-5433] Update httpClient version (#4303)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 78b7b3a  [ZEPPELIN-5433] Update httpClient version (#4303)
78b7b3a is described below

commit 78b7b3ad3377deabfd355223cdd21d2470b4ca54
Author: nihua <gu...@foxmail.com>
AuthorDate: Wed Mar 9 15:59:30 2022 +0800

    [ZEPPELIN-5433] Update httpClient version (#4303)
---
 jdbc/pom.xml  | 2 +-
 pom.xml       | 2 +-
 rlang/pom.xml | 2 +-
 sap/pom.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 86c1f85..6afdc34 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -178,7 +178,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.4.1</version>
+      <version>4.5.13</version>
     </dependency>
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index 8d0754c..a8dee84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <gson-extras.version>0.2.2</gson-extras.version>
     <jetty.version>9.4.31.v20200723</jetty.version>
     <httpcomponents.core.version>4.4.1</httpcomponents.core.version>
-    <httpcomponents.client.version>4.5.1</httpcomponents.client.version>
+    <httpcomponents.client.version>4.5.13</httpcomponents.client.version>
     <httpcomponents.asyncclient.version>4.0.2</httpcomponents.asyncclient.version>
     <commons.compress.version>1.20</commons.compress.version>
     <commons.lang3.version>3.10</commons.lang3.version>
diff --git a/rlang/pom.xml b/rlang/pom.xml
index 0037d7d..0fec924 100644
--- a/rlang/pom.xml
+++ b/rlang/pom.xml
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.1</version>
+            <version>4.5.13</version>
         </dependency>
 
         <dependency>
diff --git a/sap/pom.xml b/sap/pom.xml
index 6f6074b..40d1d9b 100644
--- a/sap/pom.xml
+++ b/sap/pom.xml
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.1</version>
+            <version>4.5.13</version>
         </dependency>
 
         <dependency>