You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2023/08/20 15:17:26 UTC

svn commit: r1911811 - in /pdfbox/branches/3.0: examples/pom.xml parent/pom.xml pom.xml

Author: lehmi
Date: Sun Aug 20 15:17:26 2023
New Revision: 1911811

URL: http://svn.apache.org/viewvc?rev=1911811&view=rev
Log:
PDFBOX-5660: update plugins/dependencies

Modified:
    pdfbox/branches/3.0/examples/pom.xml
    pdfbox/branches/3.0/parent/pom.xml
    pdfbox/branches/3.0/pom.xml

Modified: pdfbox/branches/3.0/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/examples/pom.xml?rev=1911811&r1=1911810&r2=1911811&view=diff
==============================================================================
--- pdfbox/branches/3.0/examples/pom.xml (original)
+++ pdfbox/branches/3.0/examples/pom.xml Sun Aug 20 15:17:26 2023
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.10.13</version>
+      <version>1.10.14</version>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>

Modified: pdfbox/branches/3.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/parent/pom.xml?rev=1911811&r1=1911810&r2=1911811&view=diff
==============================================================================
--- pdfbox/branches/3.0/parent/pom.xml (original)
+++ pdfbox/branches/3.0/parent/pom.xml Sun Aug 20 15:17:26 2023
@@ -211,7 +211,7 @@
                     <plugin>
                         <groupId>org.owasp</groupId>
                         <artifactId>dependency-check-maven</artifactId>
-                        <version>8.3.1</version>
+                        <version>8.4.0</version>
                         <configuration>
                             <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
                             <!-- https://github.com/jeremylong/DependencyCheck/issues/1574 -->

Modified: pdfbox/branches/3.0/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/pom.xml?rev=1911811&r1=1911810&r2=1911811&view=diff
==============================================================================
--- pdfbox/branches/3.0/pom.xml (original)
+++ pdfbox/branches/3.0/pom.xml Sun Aug 20 15:17:26 2023
@@ -89,7 +89,7 @@
           </plugin>
           <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.8</version>
+            <version>3.1.0</version>
             <executions>
               <execution>
                 <goals>