You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2020/10/27 15:30:57 UTC

[atlas] branch branch-2.0 updated: ATLAS-4000: updated httpcore version to 4.4.10 - #2

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

madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new e10b8ce  ATLAS-4000: updated httpcore version to 4.4.10 - #2
e10b8ce is described below

commit e10b8cedda811095ea9ab5af992d5f7987a810d0
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Mon Oct 26 22:25:56 2020 -0700

    ATLAS-4000: updated httpcore version to 4.4.10 - #2
    
    (cherry picked from commit c7f930068bc672f85a42eae232d3d232112b84b5)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 650c888..4efafbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1634,7 +1634,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpcore</artifactId>
-                <version>4.4.1</version>
+                <version>4.4.10</version>
             </dependency>
 
             <dependency>