This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git
The following commit(s) were added to refs/heads/master by this push:
new a72dc53 PDFBOX-5660: update jacoco
a72dc53 is described below
commit a72dc539ce83065672855383a438096dcbeb7341
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jun 26 13:44:25 2026 +0200
PDFBOX-5660: update jacoco
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 21d4401..f303274 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.14</version>
+ <version>0.8.15</version>
<configuration>
<skip>${skipTests}</skip>
</configuration>