This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new df62066  Bump jacoco-maven-plugin from 0.8.6 to 0.8.7
     new 263b811  Merge branch 'pr-55'
df62066 is described below

commit df62066437a7c7f54ac8d410d685ad07d844d74a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 5 05:20:36 2021 +0000

    Bump jacoco-maven-plugin from 0.8.6 to 0.8.7
    
    Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.6 to 
0.8.7.
    - [Release notes](https://github.com/jacoco/jacoco/releases)
    - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.6...v0.8.7)
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 731ffc1..047e3ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <maven-scm.version>1.11.2</maven-scm.version>
     <commons.spotbugs.version>4.2.3</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.2.3</commons.spotbugs.impl.version>    
-    <commons.jacoco.version>0.8.6</commons.jacoco.version>
+    <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio>
     <commons.jacoco.methodRatio>0.1</commons.jacoco.methodRatio>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 61be61c..9d5a488 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@
       <action type="update" dev="ggregory" due-to="Arturo Bernal">Minor 
Improvements #34.</action>
       <action type="update" dev="kinow" due-to="dependabot">Bump actions/cache 
from v2 to v2.1.5 #38 #50.</action>
       <action type="update" dev="kinow" due-to="dependabot">Bump 
maven.plugin.version from 3.6.0 to 3.6.1 #54.</action>
+      <action type="update" dev="kinow" due-to="dependabot">Bump 
jacoco-maven-plugin from 0.8.6 to 0.8.7 #55.</action>
     </release>
 
     <release version="1.7" date="2019-08-30" description="Version 1.7">

Reply via email to