Author: tilman
Date: Tue Oct 31 07:21:45 2023
New Revision: 1913463
URL: http://svn.apache.org/viewvc?rev=1913463&view=rev
Log:
PDFBOX-5660: update owasp plugin, apache parent, commons io
Modified:
pdfbox/branches/3.0/parent/pom.xml
Modified: pdfbox/branches/3.0/parent/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/parent/pom.xml?rev=1913463&r1=1913462&r2=1913463&view=diff
==============================================================================
--- pdfbox/branches/3.0/parent/pom.xml (original)
+++ pdfbox/branches/3.0/parent/pom.xml Tue Oct 31 07:21:45 2023
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>29</version>
+ <version>30</version>
<relativePath />
</parent>
@@ -82,7 +82,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>
@@ -213,7 +213,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>8.4.1</version>
+ <version>8.4.2</version>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
<!--
https://github.com/jeremylong/DependencyCheck/issues/1574 -->