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/12/11 21:29:22 UTC

[commons-vfs] branch master updated: Bump org.apache.httpcomponents:httpcore-nio 4.4.14 -> 4.4.15.

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 ab0f1a1  Bump org.apache.httpcomponents:httpcore-nio 4.4.14 -> 4.4.15.
ab0f1a1 is described below

commit ab0f1a131c32d27e522e21a9b1502845bb3d47c8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 11 16:29:19 2021 -0500

    Bump org.apache.httpcomponents:httpcore-nio 4.4.14 -> 4.4.15.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cadb98b..77a21bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -666,7 +666,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-nio</artifactId>
-        <version>4.4.14</version>
+        <version>4.4.15</version>
       </dependency>
       <!-- Test WebDAV with Apache Jackrabbit Standalone -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ad14893..7bc0156 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -151,6 +151,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Replace JUnit 4.13.2 with 5.8.2 Vintage.
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Bump org.apache.httpcomponents:httpcore-nio 4.4.14 -> 4.4.15.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">
       <!-- ADDS -->