You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2024/04/02 08:24:25 UTC

(pdfbox-jbig2) branch master updated: PDFBOX-5660: update owasp plugin

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 99d8c35  PDFBOX-5660: update owasp plugin
99d8c35 is described below

commit 99d8c354cb97e26db1da9d36e85bd723fb1939e9
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Tue Apr 2 10:24:16 2024 +0200

    PDFBOX-5660: update owasp plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff9257e..265f789 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>9.0.10</version>
+                        <version>9.1.0</version>
                         <configuration>
                             <failBuildOnCVSS>0</failBuildOnCVSS>
                         </configuration>