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 2021/06/30 21:17:20 UTC

[commons-bcel] branch master updated: Update commons.jacoco.version from 0.8.6 to 0.8.7 for Java 17 builds.

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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 85556b6  Update commons.jacoco.version from 0.8.6 to 0.8.7 for Java 17 builds.
85556b6 is described below

commit 85556b6e89bfd65854b7de9f00d3031b82b4db51
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jun 30 17:17:16 2021 -0400

    Update commons.jacoco.version from 0.8.6 to 0.8.7 for Java 17 builds.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f305e48..0393cee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>
-    <commons.jacoco.version>0.8.6</commons.jacoco.version>
+    <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
   </properties>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2b61151..7f6d5eb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,7 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Update maven-checkstyle-plugin from 3.1.0 to 3.1.2, #77.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Update actions/checkout from v2.3.1 to v2.3.4 #59, #66, #73.</action>      
       <action                  type="update" dev="ggregory" due-to="Dependabot">Update actions/setup-java from v1.4.0 to v1.4.3 #62, #67.</action>      
-      <action                  type="update" dev="ggregory" due-to="Dependabot">Update Jacoco from 0.8.5 to 0.8.6.</action>      
+      <action                  type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Update Jacoco from 0.8.5 to 0.8.7.</action>      
       <action                  type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Update commons-io from 2.7 to 2.10.0 #65.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Update exec-maven-plugin from 1.6.0 to 3.0.0 #51.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.3.</action>