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 2023/01/02 16:31:14 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-4892: update owasp plugin, rat 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 917c8da  PDFBOX-4892: update owasp plugin, rat plugin
917c8da is described below

commit 917c8dab80c3f62792e7a455906c9eaef3f9eb84
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Mon Jan 2 17:31:05 2023 +0100

    PDFBOX-4892: update owasp plugin, rat plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d396424..e6aed5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -354,7 +354,7 @@
 				<plugin>
 					<groupId>org.apache.rat</groupId>
 					<artifactId>apache-rat-plugin</artifactId>
-					<version>0.14</version>
+					<version>0.15</version>
 					<configuration>
 						<excludes>
 							<exclude>src/test/resources/images/*</exclude>
@@ -388,7 +388,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>7.4.1</version>
+                        <version>7.4.3</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>