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 26ceacf  PDFBOX-5660: downgrade version of download-maven-plugin due 
to ongoing jenkins build issues; update owasp plugin, exclude local netbeans 
file from rat checks
26ceacf is described below

commit 26ceacffc041ee02bee8c6fe2c7392b8beb81fcf
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 14 14:42:08 2023 +0200

    PDFBOX-5660: downgrade version of download-maven-plugin due to ongoing 
jenkins build issues; update owasp plugin, exclude local netbeans file from rat 
checks
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index caac814..c81b1f9 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.7.0</version>
+                <version>1.6.8</version>
                 <executions>
                     <execution>
                         <id>Testfiles</id>
@@ -359,6 +359,7 @@
                                                <excludes>
                                                        
<exclude>src/test/resources/images/*</exclude>
                                                        
<exclude>nbactions.xml</exclude>
+                                                        
<exclude>nb-configuration.xml</exclude>
                                                        
<exclude>src/test/resources/images/arith/*</exclude>
                                                        
<exclude>src/test/resources/org/apache/pdfbox/jbig2/github/*</exclude>
                                                </excludes>
@@ -388,7 +389,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>8.2.1</version>
+                        <version>8.4.0</version>
                         <configuration>
                             
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                         </configuration>

Reply via email to