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/12/10 01:15:46 UTC

[commons-crypto] branch master updated: Bump commons.animal-sniffer.version from 1.20 to 1.22.

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


The following commit(s) were added to refs/heads/master by this push:
     new ab08594  Bump commons.animal-sniffer.version from 1.20 to 1.22.
ab08594 is described below

commit ab0859414732f3b23474f63faf4b45c6f8a29467
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Dec 9 20:15:42 2022 -0500

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

diff --git a/pom.xml b/pom.xml
index 48a2281..be96cc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,8 +149,7 @@ The following provides more details on the included cryptographic software:
     <japicmp.skip>false</japicmp.skip>
     <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
-    <!-- commons.animal-sniffer.version 1.21 fails on Java 17. -->
-    <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
+    <commons.animal-sniffer.version>1.22</commons.animal-sniffer.version>
     
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ed7220b..cd008d3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,6 +96,7 @@
       <action                    type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-parent from 52 to 54 #182</action>
       <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M7.</action>
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump maven-resources-plugin from 3.2.0 to 3.3.0 #172.</action>
+      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.animal-sniffer.version from 1.20 to 1.22.</action>
     </release>
     <release version="1.1.0" date="2020-08-28" description="Minor release (Java 8 and OpenSSL 1.1.1)">
       <action issue="CRYPTO-59" type="add">Support Galois/Counter Mode (GCM).</action>