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 2020/03/28 16:34:14 UTC

[pdfbox-jbig2] branch master updated (4ac84d3 -> e28baa3)

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git.


    from 4ac84d3  PDFBOX-4071: update owasp plugin
     new 2dcd958  PDFBOX-4071: update owasp plugin
     new e28baa3  PDFBOX-4071: update rat plugin

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[pdfbox-jbig2] 02/02: PDFBOX-4071: update rat plugin

Posted by ti...@apache.org.
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

commit e28baa37706e5762ca181403c5728ec777b9c9f6
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Mar 28 17:33:59 2020 +0100

    PDFBOX-4071: update rat plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 97f0e3d..3e05a59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,7 +349,7 @@
 				<plugin>
 					<groupId>org.apache.rat</groupId>
 					<artifactId>apache-rat-plugin</artifactId>
-					<version>0.11</version>
+					<version>0.13</version>
 					<configuration>
 						<excludes>
 							<exclude>src/test/resources/images/*</exclude>


[pdfbox-jbig2] 01/02: PDFBOX-4071: update owasp plugin

Posted by ti...@apache.org.
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

commit 2dcd958feda550e0d89c67b8a269a3cda5efdccd
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Mar 28 17:29:13 2020 +0100

    PDFBOX-4071: update owasp plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d5390fb..97f0e3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -382,7 +382,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>5.3.0</version>
+                        <version>5.3.2</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>