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/08 14:55:07 UTC

[commons-lang] 02/02: Bump animal-sniffer-maven-plugin 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-lang.git

commit 8a23b406df9df20daea32001fbb8791139fdf150
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 8 09:55:01 2021 -0500

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

diff --git a/pom.xml b/pom.xml
index 9dca15d..4068446 100644
--- a/pom.xml
+++ b/pom.xml
@@ -655,6 +655,7 @@
     <commons.pmd-impl.version>6.41.0</commons.pmd-impl.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <biz.aQute.bndlib.version>6.1.0</biz.aQute.bndlib.version>
+    <commons.animal-sniffer.version>1.20</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 0a2e814..024d766 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -130,6 +130,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.1.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>
   </release>
 
   <release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8).">