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/06/09 12:10:19 UTC

[commons-email] 03/04: 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-email.git

commit 03234c469e19787c46008e20ec75a2a93abf3b36
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 9 07:59:33 2022 -0400

    Bump jacoco from 0.8.7 to 0.8.8
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24da23b..91c14a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@
         <findbugs.version>3.0.5</findbugs.version>
         <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version>
         <spotbugs.impl.version>4.2.2</spotbugs.impl.version>
-        <commons.jacoco.version>0.8.7</commons.jacoco.version>
+        <commons.jacoco.version>0.8.8</commons.jacoco.version>
     </properties> 
 
     <build>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 07f2e11..55ac426 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,7 @@
         Bump tests commons-io:commons-io 2.6 to 2.11.0.
       </action>
       <action type="update" due-to="Gary Gregory" dev="ggregory">
-        Bump jacoco from 0.8.6 to 0.8.7; fixes jacoco on Java 17.
+        Bump jacoco from 0.8.6 to 0.8.8; fixes jacoco on Java 17.
       </action>
       <action type="update" due-to="Gary Gregory" dev="ggregory">
         Bump org.easymock:easymock from 4.2 to 4.3.