This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new b466970 SLING-12928 - Upgrade to jacoco-maven-plugin 0.8.13 (#52)
b466970 is described below
commit b4669706dc9ceaca1ffeecbb58467a84062c1234
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Sep 5 10:52:21 2025 +0200
SLING-12928 - Upgrade to jacoco-maven-plugin 0.8.13 (#52)
---
sling-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 9043303..ebac21b 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -240,7 +240,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.11</version>
+ <version>0.8.13</version>
</plugin>
<plugin>
<groupId>org.apache.servicemix.tooling</groupId>