This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new 55a881768d Upgrading jacoco-maven-plugin
55a881768d is described below
commit 55a881768d44129b9fe26ffef0fd3a3a6ee3f7fe
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Apr 6 15:47:08 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 b220e10292..d3b31cee44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2200,7 +2200,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>