This is an automated email from the ASF dual-hosted git repository.
tilman 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 85137e1 TIKA-4166: update mockito
85137e1 is described below
commit 85137e19350e3063a74f8042f9dc5a519ff3899e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jul 3 05:25:53 2024 +0200
TIKA-4166: update mockito
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 80cc52d..a6d66c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>10.0.0</version>
+ <version>10.0.1</version>
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>