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 2023/01/03 16:24:22 UTC

[commons-configuration] branch master updated: Bump japicmp-maven-plugin from 0.16.0 to 0.17.1

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


The following commit(s) were added to refs/heads/master by this push:
     new 43765b1a Bump japicmp-maven-plugin from 0.16.0 to 0.17.1
43765b1a is described below

commit 43765b1a11b73845a3fe1f440cbf4b9dc95d87ef
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 3 11:24:18 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index c515d052..aa2b9534 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,7 +560,7 @@
     <spring.version>5.3.24</spring.version>
     <commons.junit.version>5.9.1</commons.junit.version>
 
-    <commons.japicmp.version>0.16.0</commons.japicmp.version>
+    <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a32b663b..87ad3a04 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,7 +95,7 @@
         Bump log4j.version from 2.18.0 to 2.19.0 #213.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump japicmp-maven-plugin from 0.15.7 to 0.16.0.
+        Bump japicmp-maven-plugin from 0.15.7 to 0.17.1.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump commons-text from 1.9 to 1.10.0 #221.