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/08/06 14:37:19 UTC

[commons-vfs] 03/03: Bump commons.animal-sniffer.version from 1.19 to 1.20.

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

commit 757ec8da9db76ffe4b14f7760666da3f691dd33f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 6 10:37:12 2021 -0400

    Bump commons.animal-sniffer.version from 1.19 to 1.20.
---
 pom.xml                 | 1 +
 src/changes/changes.xml | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dc9d4c5..f0a0055 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,6 +202,7 @@
     <commons.pmd.version>6.37.0</commons.pmd.version>
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
     <commons.felix.version>5.1.2</commons.felix.version>
+    <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
     <biz.aQute.bndlib.version>5.3.0</biz.aQute.bndlib.version>
     <slf4j.version>1.7.26</slf4j.version>
     <log4j2.version>2.14.1</log4j2.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3fda558..afb493e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,10 +59,13 @@ The <action> type attribute can be add,update,fix,remove.
       </action>
       <!-- UDPATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">
-         Bump jakarta.mail from 1.6.7 to 2.0.1 #200.
+        Bump jakarta.mail from 1.6.7 to 2.0.1 #200.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
-         Bump commons.pmd.version from 6.36.0 to 6.37.0 #208.
+        Bump commons.pmd.version from 6.36.0 to 6.37.0 #208.
+      </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump commons.animal-sniffer.version from 1.19 to 1.20.
       </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">