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/12/10 22:01:49 UTC

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

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 8c70ca1  Update org.apache.httpcomponents:httpcore-nio 4.4.13 -> 4.4.14.
8c70ca1 is described below

commit 8c70ca1fec3b4f2decc80574bf99d7f643afc583
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 10 17:01:45 2020 -0500

    Update org.apache.httpcomponents:httpcore-nio 4.4.13 -> 4.4.14.
    
    Update org.mockito:mockito-core 3.6.0 -> 3.6.28.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cbd285d..0a0e2c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -569,7 +569,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.6.0</version>
+        <version>3.6.28</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
@@ -617,7 +617,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-nio</artifactId>
-        <version>4.4.13</version>
+        <version>4.4.14</version>
       </dependency>
       <!-- Test WebDAV with Apache Jackrabbit Standalone -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eb09626..dbcab9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
         Modify some code use for-each loop and stream API #142.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
-        Update org.mockito:mockito-core 3.5.13 -> 3.6.0.
+        Update org.mockito:mockito-core 3.5.13 -> 3.6.28.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Update org.apache.jackrabbit:jackrabbit-* 2.21.3 -> 2.21.4.
@@ -76,6 +76,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Update com.puppycrawl.tools:checkstyle 8.36.2 -> 8.38.
       </action>      
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Update org.apache.httpcomponents:httpcore-nio 4.4.13 -> 4.4.14.
+      </action>      
     </release>
     <release version="2.7.0" date="2020-10-26" description="Maintenance release. Requires Java 8.">
       <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix">