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 2024/04/18 07:01:34 UTC

svn commit: r1917093 - /pdfbox/branches/3.0/pom.xml

Author: tilman
Date: Thu Apr 18 07:01:34 2024
New Revision: 1917093

URL: http://svn.apache.org/viewvc?rev=1917093&view=rev
Log:
PDFBOX-5660: update download-maven-plugin, commons-io

Modified:
    pdfbox/branches/3.0/pom.xml

Modified: pdfbox/branches/3.0/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/3.0/pom.xml?rev=1917093&r1=1917092&r2=1917093&view=diff
==============================================================================
--- pdfbox/branches/3.0/pom.xml (original)
+++ pdfbox/branches/3.0/pom.xml Thu Apr 18 07:01:34 2024
@@ -59,7 +59,7 @@
     <junit.version>5.10.2</junit.version>
     <jbig2.version>3.0.4</jbig2.version>
     <jai.version>1.4.0</jai.version>
-    <commons-io.version>2.16.0</commons-io.version>
+    <commons-io.version>2.16.1</commons-io.version>
     <commons-logging.version>1.3.1</commons-logging.version>
     <picocli.version>4.7.5</picocli.version>
     <log4j2.version>2.22.0</log4j2.version>
@@ -163,7 +163,7 @@
       <plugin>
           <groupId>com.googlecode.maven-download-plugin</groupId>
           <artifactId>download-maven-plugin</artifactId>
-          <version>1.6.8</version>
+          <version>1.9.0</version>
           <configuration>
               <skip>${skipTests}</skip>
           </configuration>