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 f6b9e41 PDFBOX-5660: update owasp and apache rat plugins and
download-maven-plugin
f6b9e41 is described below
commit f6b9e41434267356eb3b83e5633078a6e32391f8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Feb 3 14:10:45 2024 +0100
PDFBOX-5660: update owasp and apache rat plugins and download-maven-plugin
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index abe3ab9..f03f16c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
- <version>1.6.8</version>
+ <version>1.8.0</version>
<executions>
<execution>
<id>Testfiles</id>
@@ -354,7 +354,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.16</version>
+ <version>0.16.1</version>
<configuration>
<excludes>
<exclude>src/test/resources/images/*</exclude>
@@ -389,7 +389,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>9.0.8</version>
+ <version>9.0.9</version>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
</configuration>