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

slachiewicz pushed a commit to branch sslv2
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit a36e8ec29bc7405915f11a874e55eced7c535c82
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Mon Feb 10 01:20:16 2020 +0100

    Upgrade httpcomponents to 4.2.3 (TLS)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86bfbc0..f2f03ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -364,12 +364,12 @@ under the License.
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.1.2</version>
+      <version>4.2.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.1.2</version>
+      <version>4.2.3</version>
     </dependency>
 
     <!-- for rss feed generation -->

Reply via email to