This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12928 in repository https://gitbox.apache.org/repos/asf/sling-parent.git
commit cd23871990837948181c9acec53e3ff718e9414c Author: Robert Munteanu <romb...@apache.org> AuthorDate: Fri Sep 5 10:45:38 2025 +0200 SLING-12928 - Upgrade to jacoco-maven-plugin 0.8.13 --- 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>