You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/05/13 10:25:14 UTC

[commons-release-plugin] branch master updated: Bump jacoco-maven-plugin from 0.8.7 to 0.8.8

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 ebd2587  Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
ebd2587 is described below

commit ebd258724d719d915c0f1428df2d6b901e8e1513
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 13 08:33:53 2022 +0000

    Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
    
    Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.7 to 0.8.8.
    - [Release notes](https://github.com/jacoco/jacoco/releases)
    - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.7...v0.8.8)
    
    ---
    updated-dependencies:
    - dependency-name: org.jacoco:jacoco-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@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 f5b5aec..e7eacc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
     <maven-scm.version>1.12.2</maven-scm.version>
     <commons.spotbugs.version>4.6.0.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version>    
-    <commons.jacoco.version>0.8.7</commons.jacoco.version>
+    <commons.jacoco.version>0.8.8</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 4f3fd3e..30d9f3c 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,6 +32,7 @@
       <action type="update" dev="kinow" due-to="Dependabot">Bump actions/setup-java from 2 to 3 #108.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 52 to 53 #111.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump github/codeql-action from 1 to 2 #109.</action>
+      <action type="update" dev="kinow" due-to="Dependabot">Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #112.</action>
     </release>
     <release version="1.8.0" date="2022-03-13" description="Version 1.8">
       <action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action>