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/05/15 23:12:16 UTC

[commons-text] 07/11: Bump commons.jacoco.version 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-text.git

commit 5fcd46bc28b6282bc5287bf7a01101c55841d00e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 15 18:47:29 2022 -0400

    Bump commons.jacoco.version 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 7bb51aae..4e41a8a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
     <commons.pmd-impl.version>6.45.0</commons.pmd-impl.version>
 
     <commons.mockito.version>4.5.1</commons.mockito.version>
-    <commons.jacoco.version>0.8.7</commons.jacoco.version>
+    <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.javadoc.version>3.4.0</commons.javadoc.version>
 
     <graalvm.version>22.0.0.2</graalvm.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3dc5b5e0..108375a0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,7 +89,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="kinow" due-to="Gary Gregory">Bump pmd from 6.42.0to 6.44.0.</action>
     <action                  type="update" dev="ggregory" due-to="Dependabot">Bump graalvm.version from 20.2.0 to 22.0.0.2 #185, #198, #206, #227, #252, #276, #295, #300.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version 0.14.3 -> 0.15.3.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.jacoco.version 0.8.5 to 0.8.7; fixes Java 15 build.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.jacoco.version 0.8.5 to 0.8.8; fixes Java 15 build.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs from 4.1.3 to 4.6.0 #175, 189, #209, #218, #247, #256, #264, #275, #284, #289, #296, #306.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #202.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 3.11 -> 3.12.0.</action>