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 2021/11/25 17:07:54 UTC

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

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 98eea3e  Bump org.apache.httpcomponents.client5:httpclient5 from 5.1 to 5.1.2.
98eea3e is described below

commit 98eea3e9673c3f41dddf2903d5b2a3cabd795c4c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 25 12:07:52 2021 -0500

    Bump org.apache.httpcomponents.client5:httpclient5 from 5.1 to 5.1.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 03909ad..d6da56f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,7 +551,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents.client5</groupId>
         <artifactId>httpclient5</artifactId>
-        <version>5.1</version>
+        <version>5.1.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0849a09..517b768 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump jackrabbit2.version from 2.21.7 to 2.21.8 #219.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump org.apache.httpcomponents.client5:httpclient5 from 5.1 to 5.1.2.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">
       <!-- ADDS -->