You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/04/13 08:03:01 UTC

[maven-doxia-converter] 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.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e29da6  Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
6e29da6 is described below

commit 6e29da63eb662a646b6d2e4d3f22375b00c1e3f4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 13 04:35:19 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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 056badb..e3e6c99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@ under the License.
       <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.7</version>
+          <version>0.8.8</version>
         <executions>
           <execution>
             <goals>