This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new b08023e41 TIKA-4327: update jacoco
b08023e41 is described below
commit b08023e41c976d93c9c3f1e8e12a6c6b95730e3e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Oct 12 13:58:38 2025 +0200
TIKA-4327: update jacoco
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0574d6f02..48852002b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1185,7 +1185,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.13</version>
+ <version>0.8.14</version>
<configuration>
<skip>${skipTests}</skip>
</configuration>