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/26 12:27:22 UTC

[commons-lang] 02/02: Bump commons.jacoco.version 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-lang.git

commit e68454ff6102b26491f7404b0fd664eab304b868
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 26 08:27:13 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index 5d94c4c74..17ede51b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -647,7 +647,7 @@
     <jmh.version>1.35</jmh.version>
     <uberjar.name>benchmarks</uberjar.name>
 
-    <commons.jacoco.version>0.8.7</commons.jacoco.version>
+    <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.surefire.version>3.0.0-M6</commons.surefire.version>
     <commons.javadoc.version>3.3.2</commons.javadoc.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2d9ee8517..89842a94d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -146,8 +146,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump spotbugs from 4.2.2 to 4.6.0 #744.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump checkstyle from 8.41 to 9.2.1 #739, #768, #787, #811, #824, #843.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump easymock from 4.2 to 4.3 #746.</action>
-    <action                   type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.jacoco.version 0.8.6 -> 0.8.7.</action>
-    <action                   type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version 0.15.2 -> 0.15.7.</action>
+    <action                   type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.jacoco.version from 0.8.6 to 0.8.8.</action>
+    <action                   type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.15.2 to 0.15.7.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump junit-pioneer from 1.3.8 to 1.7.0 #749, #767, #832, #883.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump junit-bom from 5.7.1 to 5.8.2 #761, #805, #807, #836.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.3.2.</action>