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/09/24 15:30:43 UTC

[commons-crypto] branch master updated: Bump japicmp-maven-plugin from 0.15.7 to 0.16.0

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 8a147a3  Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
8a147a3 is described below

commit 8a147a38cc5a892d0461935219cd060417e79e59
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 24 11:30:39 2022 -0400

    Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 08ed762..2978202 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@ The following provides more details on the included cryptographic software:
     <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <japicmp.skip>false</japicmp.skip>
-    <commons.japicmp.version>0.15.7</commons.japicmp.version>
+    <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.spotbugs.version>4.7.2.0</commons.spotbugs.version>
     <!-- commons.animal-sniffer.version 1.21 fails on Java 17. -->
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 30b9337..0a1312b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,7 +80,7 @@
       <action issue="CRYPTO-155" type="update" due-to="Arturo Bernal">Minor improvement #115, #125.</action>
       <action issue="CRYPTO-151" type="update" due-to="Arturo Bernal, Dependabot">Migrate to Junit 5.9.1 #114, #171, #183.</action>
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump jna from 5.5.0 to 5.12.1 #123, #139, #153, #167.</action>
-      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.14.3 to 0.15.7.</action>
+      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.14.3 to 0.16.0.</action>
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.2.0 #130, #176.</action>
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump jmh.version from 1.12 to 1.35 #119, #157.</action>
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump exec-maven-plugin from 1.6.0 to 3.1.0 #121, #170.</action>