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 2022/03/21 14:04:18 UTC

[commons-lang] branch master updated: Bump animal-sniffer-maven-plugin from 1.20 to 1.21.

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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new e5910c7  Bump animal-sniffer-maven-plugin from 1.20 to 1.21.
e5910c7 is described below

commit e5910c7a035cf21d0638a62f4e5ad6ffd5b3085b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 21 10:04:09 2022 -0400

    Bump animal-sniffer-maven-plugin from 1.20 to 1.21.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a7a8f3d..17d789a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -655,7 +655,7 @@
     <commons.pmd-impl.version>6.43.0</commons.pmd-impl.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version>
-    <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
+    <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
     
     <!-- Commons Release Plugin -->
     <commons.bc.version>3.12.0</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a9b6c01..22bd94b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -144,7 +144,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump biz.aQute.bndlib from 5.3.0 to 6.2.0 #814, #835.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from 2.3.4 to 2.4.0 #819, #825.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump maven-bundle-plugin from 5.1.1 to 5.1.2.</action>
-    <action                   type="update" dev="ggregory" due-to="Dependabot">Bump animal-sniffer-maven-plugin from 1.19 to 1.20.</action>
+    <action                   type="update" dev="ggregory" due-to="Dependabot">Bump animal-sniffer-maven-plugin from 1.19 to 1.21.</action>
   </release>
 
   <release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8).">