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:30:25 UTC

[commons-vfs] branch master updated: Bump org.apache.mina:mina-core from 2.1.4 to 2.1.5.

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 9cfafe3  Bump org.apache.mina:mina-core from 2.1.4 to 2.1.5.
9cfafe3 is described below

commit 9cfafe3dcdf12cd00e6d9ff5d5f20157bf515afe
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 25 12:30:23 2021 -0500

    Bump org.apache.mina:mina-core from 2.1.4 to 2.1.5.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d6da56f..1898001 100644
--- a/pom.xml
+++ b/pom.xml
@@ -647,7 +647,7 @@
       <dependency>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-core</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.5</version>
       </dependency>
       <dependency>
         <groupId>org.bouncycastle</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 517b768..3ff34aa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,6 +88,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump org.apache.httpcomponents.client5:httpclient5 from 5.1 to 5.1.2.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump org.apache.mina:mina-core from 2.1.4 to 2.1.5.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">
       <!-- ADDS -->