You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2020/07/01 09:24:45 UTC

[atlas] 03/03: ATLAS-3869 Upgrade httpclient from 4.5.3 to 4.5.4

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

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

commit 337575c81b993e2cdcd6dc462dcf614940c783c2
Author: nixonrodrigues <ni...@apache.org>
AuthorDate: Tue Jun 30 18:06:07 2020 +0530

    ATLAS-3869 Upgrade httpclient from 4.5.3 to 4.5.4
    
    Signed-off-by: nixonrodrigues <ni...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 115e0e1..5e0442a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1574,7 +1574,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.5.3</version>
+                <version>4.5.4</version>
             </dependency>
 
             <dependency>