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 2018/09/26 17:08:41 UTC

svn commit: r1842039 - /pdfbox/branches/1.8/parent/pom.xml

Author: tilman
Date: Wed Sep 26 17:08:40 2018
New Revision: 1842039

URL: http://svn.apache.org/viewvc?rev=1842039&view=rev
Log:
PDFBOX-4071: update owasp and jbig2 plugin

Modified:
    pdfbox/branches/1.8/parent/pom.xml

Modified: pdfbox/branches/1.8/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1842039&r1=1842038&r2=1842039&view=diff
==============================================================================
--- pdfbox/branches/1.8/parent/pom.xml (original)
+++ pdfbox/branches/1.8/parent/pom.xml Wed Sep 26 17:08:40 2018
@@ -69,7 +69,7 @@
           <plugin>
               <groupId>org.owasp</groupId>
               <artifactId>dependency-check-maven</artifactId>
-              <version>3.3.1</version>
+              <version>3.3.2</version>
               <configuration>
                   <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                   <suppressionFile>suppressions.xml</suppressionFile>