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 2021/05/28 15:52:25 UTC

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

Author: tilman
Date: Fri May 28 15:52:25 2021
New Revision: 1890290

URL: http://svn.apache.org/viewvc?rev=1890290&view=rev
Log:
PDFBOX-4892: 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=1890290&r1=1890289&r2=1890290&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Fri May 28 15:52:25 2021
@@ -74,7 +74,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.8.0</version>
+                <version>2.9.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>