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/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 157bde2  [VFS-707] Update Apache HttpClient from 4.5.7 to 4.5.8.
157bde2 is described below

commit 157bde296faee89f32d9c95ac018a992867c3f7e
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sat Apr 27 12:40:32 2019 -0400

    [VFS-707] Update Apache HttpClient from 4.5.7 to 4.5.8.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c0011f6..f6e4f0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.7</version>
+        <version>4.5.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25fa371..5d9be6f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,6 +89,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-609" dev="ggregory" type="add" due-to="stevezhuang, 
Rostislav, Gary Gregory">
         SFTP provider doesn't support a private key as byte array #60.
       </action>
+      <action issue="VFS-707" dev="ggregory" type="add" due-to="Gary Gregory">
+        Update Apache HttpClient from 4.5.7 to 4.5.8.
+      </action>
     </release>
     <release version="2.3" date="2019-02-01" description="New features and bug 
fix release.">
       <action issue="VFS-645" dev="ggregory" type="fix">

Reply via email to