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:30 UTC

svn commit: r1878239 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Thu May 28 17:34:30 2020
New Revision: 1878239

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

Modified:
    pdfbox/trunk/parent/pom.xml

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