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 2020/02/09 01:40:00 UTC

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

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 ea2a653  [VFS-755] Update org.apache.httpcomponents:httpclient from 4.5.10 to 4.5.11.
ea2a653 is described below

commit ea2a6533217c9a4ceeadd9aa3c477182509799ef
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 8 20:39:56 2020 -0500

    [VFS-755] Update org.apache.httpcomponents:httpclient from 4.5.10 to
    4.5.11.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a483c9b..6ec6c74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -490,12 +490,12 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.10</version>
+        <version>4.5.11</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents.client5</groupId>
         <artifactId>httpclient5</artifactId>
-        <version>5.0-beta6</version>
+        <version>5.0-beta7</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 13f3e42..b735799 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-754" dev="ggregory" due-to="Gary Gregory" type="update">
         Update Apache Commons Compress from 1.19 to 1.20.
       </action>
+      <action issue="VFS-755" dev="ggregory" due-to="Gary Gregory" type="update">
+        Update org.apache.httpcomponents:httpclient from 4.5.10 to 4.5.11.
+      </action>
     </release>
     <release version="2.6.0" date="2020-06-01" description="New features and bug fix release.">
       <action dev="ggregory" due-to="Eitan Adler" type="fix">