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/07/02 13:24:43 UTC

[commons-dbcp] 07/07: Bump JaCoCo from 0.8.7 to 0.8.8

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

commit 74ee0145350cea4bd276ad955cc81befeb49a021
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 2 09:18:05 2022 -0400

    Bump JaCoCo from 0.8.7 to 0.8.8
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79afaf21..65741b82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,7 +329,7 @@
     <!-- Constant for Commons Pool version (used in multiple places) -->
     <commons.pool.version>2.11.1</commons.pool.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
-    <commons.jacoco.version>0.8.7</commons.jacoco.version>
+    <commons.jacoco.version>0.8.8</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>
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 37c0c8b1..858bc0d7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -154,6 +154,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump commons-parent from 52 to 53 #180.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump JaCoCo from 0.8.7 to 0.8.8.
+      </action>
     </release>
     <release version="2.9.0" date="2021-07-30" description="This is a minor release, including bug fixes and enhancements.">
       <!-- ADD -->