Author: tilman
Date: Tue Oct 31 18:16:42 2023
New Revision: 1913469
URL: http://svn.apache.org/viewvc?rev=1913469&view=rev
Log:
PDFBOX-5660: update owasp plugin, commons io
Modified:
pdfbox/branches/2.0/parent/pom.xml
Modified: pdfbox/branches/2.0/parent/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1913469&r1=1913468&r2=1913469&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Tue Oct 31 18:16:42 2023
@@ -75,7 +75,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.14.0</version>
+ <version>2.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -198,7 +198,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>8.4.0</version>
+ <version>8.4.2</version>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
<!--
https://github.com/jeremylong/DependencyCheck/issues/1574 -->