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 e17a986 Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.2
-> 0.15.3.
e17a986 is described below
commit e17a9863e0430fd902e3463d1667b7eeb58f77c8
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 6 19:31:53 2021 -0500
Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.2 -> 0.15.3.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1a5e7a2..c2b1760 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.15.2</commons.japicmp.version>
+ <commons.japicmp.version>0.15.3</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 3105ee0..b54bee2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -91,7 +91,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #76.
</action>
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
- Bump japicmp-maven-plugin from 0.14.4 to 0.15.2, #83.
+ Bump japicmp-maven-plugin from 0.14.4 to 0.15.3, #83.
</action>
<action issue="DBCP-567" dev="ggregory" type="update" due-to="Phil
Steitz, Gary Gregory, Phil Steitz, Romain Manni-Bucau">
Use abort rather than close to clean up abandoned connections.