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 2020/12/31 05:40:07 UTC

[commons-dbcp] branch master updated: Update commons.japicmp.version 0.14.4 -> 0.15.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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 64a5637  Update commons.japicmp.version 0.14.4 -> 0.15.1.
64a5637 is described below

commit 64a563762f26c45e6d0e75dd56f0162fc7d3cdf2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 31 00:40:03 2020 -0500

    Update commons.japicmp.version 0.14.4 -> 0.15.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e5f247b..c9710bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
     <commons.pool.version>2.9.0</commons.pool.version>
-    <commons.japicmp.version>0.14.4</commons.japicmp.version>
+    <commons.japicmp.version>0.15.1</commons.japicmp.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 417db70..5c234e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,8 +74,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
          Bump actions/setup-java from v1.4.2 to v1.4.3 #69.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-         Bump japicmp-maven-plugin from 0.14.3 to 0.14.4 #71.
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+         Bump japicmp-maven-plugin from 0.14.3 to 0.15.1 #71.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
          Bump mockito-core from 3.5.15 to 3.6.28 #77.