You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/02/10 10:59:51 UTC

[incubator-inlong] branch master updated: [INLONG-2448] [SDK] upgrade httpclient to secure version (#2449)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 27b756c  [INLONG-2448] [SDK] upgrade httpclient to secure version (#2449)
27b756c is described below

commit 27b756c9eef4bc7aacc9ba93399db7c76d9c7434
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Feb 10 11:59:46 2022 +0100

    [INLONG-2448] [SDK] upgrade httpclient to secure version (#2449)
---
 inlong-sdk/sort-sdk/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-sdk/sort-sdk/pom.xml b/inlong-sdk/sort-sdk/pom.xml
index b85834d..4d5c25f 100644
--- a/inlong-sdk/sort-sdk/pom.xml
+++ b/inlong-sdk/sort-sdk/pom.xml
@@ -88,7 +88,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.10</version>
+            <version>4.5.13</version>
         </dependency>
 
         <dependency>