You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/12/05 08:49:35 UTC

[httpcomponents-client] branch development updated: Upgraded Conscrypt dependency to version 2.2.1

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

olegk pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/development by this push:
     new 78182c9  Upgraded Conscrypt dependency to version 2.2.1
78182c9 is described below

commit 78182c92224561c5876aca12ad9b20a63d82526b
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Dec 5 09:44:12 2019 +0100

    Upgraded Conscrypt dependency to version 2.2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9b55225..ab17af6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <httpcore.version>5.0-beta10</httpcore.version>
     <log4j.version>2.9.1</log4j.version>
     <commons-codec.version>1.13</commons-codec.version>
-    <conscrypt.version>1.4.1</conscrypt.version>
+    <conscrypt.version>2.2.1</conscrypt.version>
     <ehcache.version>3.4.0</ehcache.version>
     <memcached.version>2.12.3</memcached.version>
     <slf4j.version>1.7.25</slf4j.version>