You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/10/03 16:35:10 UTC

[commons-vfs] branch master updated: [VFS-731] Update org.apache.httpcomponents:httpclient from 4.5.9 to 4.5.10.

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 28dbf18  [VFS-731] Update org.apache.httpcomponents:httpclient from 4.5.9 to 4.5.10.
28dbf18 is described below

commit 28dbf185c34ef4a9059fbc14f931fe2bfcb6ff8f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Oct 3 12:35:04 2019 -0400

    [VFS-731] Update org.apache.httpcomponents:httpclient from 4.5.9 to
    4.5.10.
    
    [VFS-732] Update org.apache.httpcomponents:httpcore-nio from 4.4.11 to
    4.4.12.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4b7359..d728a4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,7 +460,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.9</version>
+        <version>4.5.10</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
@@ -577,7 +577,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-nio</artifactId>
-        <version>4.4.11</version>
+        <version>4.4.12</version>
       </dependency>
       <!-- Test WebDAV with Apache Jackrabbit -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 19e7f7f..9f1112a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-729" dev="ggregory" type="update" due-to="Michiel Hendriks, Gary Gregory">
         Upgrade Hadoop to 2.7.4 or later; will use current 3.2.0.
       </action>
+      <action issue="VFS-731" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update org.apache.httpcomponents:httpclient from 4.5.9 to 4.5.10.
+      </action>
+      <action issue="VFS-732" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update org.apache.httpcomponents:httpcore-nio from 4.4.11 to 4.4.12.
+      </action>
     </release>
     <release version="2.4.1" date="2019-08-10" description="Bug fix release.">
       <action issue="VFS-725" dev="ggregory" type="fix" due-to="Gary Gregory">