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 2021/05/05 07:21:54 UTC

[maven-doxia-converter] branch master updated: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7

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 679ba3d  Bump jacoco-maven-plugin from 0.8.6 to 0.8.7
679ba3d is described below

commit 679ba3dfa1a06b5740a6c7a6e909f27e242fc85d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 5 04:01:34 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] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f477e41..81bdf68 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.6</version>
+          <version>0.8.7</version>
         <executions>
           <execution>
             <goals>