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 9ba74bf  PDFBOX-5660: update owasp plugin, disable ossindex
9ba74bf is described below

commit 9ba74bf8824ec52953befb2ac8267b757cc00de7
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Sep 23 05:21:12 2025 +0200

    PDFBOX-5660: update owasp plugin, disable ossindex
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a675e02..0c32fd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,9 +389,11 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>12.1.3</version>
+                        <version>12.1.5</version>
                         <configuration>
                             <failBuildOnCVSS>0</failBuildOnCVSS>
+                            <!-- alternatively: use ossIndexUsername and 
ossIndexPassword for mail-address and token -->
+                            
<ossindexAnalyzerEnabled>false</ossindexAnalyzerEnabled>
                         </configuration>
                         <executions>
                             <execution>

Reply via email to