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 2022/02/08 14:59:41 UTC

[commons-vfs] branch master updated: Bump org.apache.httpcomponents.client5:httpclient5 5.1.2 to 5.1.3.

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 88e9c24  Bump org.apache.httpcomponents.client5:httpclient5 5.1.2 to 5.1.3.
88e9c24 is described below

commit 88e9c24c429c33af621833d3b3b2608f23b2acbf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Feb 8 09:59:37 2022 -0500

    Bump org.apache.httpcomponents.client5:httpclient5 5.1.2 to 5.1.3.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ef3340..6bef8fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,7 +555,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents.client5</groupId>
         <artifactId>httpclient5</artifactId>
-        <version>5.1.2</version>
+        <version>5.1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e99f567..a01b8ad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -140,7 +140,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump jackrabbit2.version from 2.21.7 to 2.21.9 #219.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump org.apache.httpcomponents.client5:httpclient5 from 5.1 to 5.1.2.
+        Bump org.apache.httpcomponents.client5:httpclient5 from 5.1 to 5.1.3.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump org.apache.mina:mina-core from 2.1.4 to 2.1.5.