You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/04/11 06:42:56 UTC

[syncope] 01/02: Upgrading jacoco-maven-plugin

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit d685ed84b0726661b6243469b9e51a6f3999c9ec
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Apr 6 15:46:50 2022 +0200

    Upgrading jacoco-maven-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 27ac861ffb..e3a3ec451b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2253,7 +2253,7 @@ under the License.
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.7</version>
+          <version>0.8.8</version>
         </plugin>
 
         <plugin>