You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2019/04/03 18:58:33 UTC

[httpcomponents-core] branch master updated: conscrypt-openjdk-uber 1.4.1 -> 1.4.2.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 90e77b9  conscrypt-openjdk-uber 1.4.1 -> 1.4.2.
90e77b9 is described below

commit 90e77b995a3f9d7a02577dc4383eedd74f9b68c5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Apr 3 14:58:28 2019 -0400

    conscrypt-openjdk-uber 1.4.1 -> 1.4.2.
---
 RELEASE_NOTES.txt | 7 +++++++
 pom.xml           | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 0274ce6..0752a89 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,10 @@
+Release 5.0-BETA8
+-------------------
+
+* conscrypt-openjdk-uber 1.4.1 -> 1.4.2.
+  Contributed by Gary Gregory <garydgregory at gmail.com>
+
+
 Release 5.0-BETA7
 -------------------
 
diff --git a/pom.xml b/pom.xml
index 176e137..9c06c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
     <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
-    <conscrypt.version>1.4.1</conscrypt.version>
+    <conscrypt.version>1.4.2</conscrypt.version>
     <junit.version>4.12</junit.version>
     <mockito.version>2.25.1</mockito.version>
     <slf4j.version>1.7.25</slf4j.version>