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 2c3a68a  httpclient5 5.0.1 -> 5.0.2.
2c3a68a is described below

commit 2c3a68a7e0e8e357786c5ef69987623d02f9912b
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 28 12:56:41 2020 -0400

    httpclient5 5.0.1 -> 5.0.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e4f4e5..d067113 100644
--- a/pom.xml
+++ b/pom.xml
@@ -500,7 +500,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents.client5</groupId>
         <artifactId>httpclient5</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9a59eb4..918ecff 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -130,7 +130,7 @@ The <action> type attribute can be add,update,fix,remove.
         Update tests from Apache Commons Lang 3.9 to 3.11.
       </action>
       <action issue="VFS-768" dev="ggregory" due-to="ddg-igh" type="add">
-        Update Apache httpclient 4.5.11 to 4.5.12 and httpclient5 5.0-beta7 to 
5.0.1.
+        Update Apache httpclient 4.5.11 to 4.5.12 and httpclient5 5.0-beta7 to 
5.0.2.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Update tests from Log4j 2.13.0 to 2.13.3.

Reply via email to