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/07/15 18:28:48 UTC

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

Author: tilman
Date: Thu Jul 15 18:28:47 2021
New Revision: 1891571

URL: http://svn.apache.org/viewvc?rev=1891571&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=1891571&r1=1891570&r2=1891571&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Thu Jul 15 18:28:47 2021
@@ -74,7 +74,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.10.0</version>
+                <version>2.11.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>