This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new acf36c96fc KARAF-7985: Upgrade to jacoco-maven-plugin 0.8.13 (#1970)
acf36c96fc is described below
commit acf36c96fc3c64e4f2169c21d39bf1e6ec7f9623
Author: JB Onofré <[email protected]>
AuthorDate: Sat Jul 26 11:20:16 2025 +0200
KARAF-7985: Upgrade to jacoco-maven-plugin 0.8.13 (#1970)
---
tooling/karaf-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooling/karaf-maven-plugin/pom.xml
b/tooling/karaf-maven-plugin/pom.xml
index 6760f0e7fd..7cc1ec47ab 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -381,7 +381,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.12</version>
+ <version>0.8.13</version>
<executions>
<execution>
<goals>