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

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

commit e5b5c30977c16d7a7a7146fc41e18ca8cfa90c53
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Sep 16 16:27:36 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 03c315a..15c5d7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2270,7 +2270,7 @@ under the License.
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.8.5</version>
+        <version>0.8.6</version>
         <configuration>
           <append>true</append>
           <skip>${skipTests}</skip>

Reply via email to