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/05/28 17:34:22 UTC

svn commit: r1878237 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Thu May 28 17:34:22 2020
New Revision: 1878237

URL: http://svn.apache.org/viewvc?rev=1878237&view=rev
Log:
PDFBOX-4071: update commons-io

Modified:
    pdfbox/branches/2.0/parent/pom.xml

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1878237&r1=1878236&r2=1878237&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Thu May 28 17:34:22 2020
@@ -75,7 +75,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.6</version>
+                <version>2.7</version>
                 <scope>test</scope>
             </dependency>
             <dependency>