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 2023/05/17 17:10:33 UTC

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

Author: tilman
Date: Wed May 17 17:10:32 2023
New Revision: 1909877

URL: http://svn.apache.org/viewvc?rev=1909877&view=rev
Log:
PDFBOX-4892: 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=1909877&r1=1909876&r2=1909877&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Wed May 17 17:10:32 2023
@@ -75,7 +75,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.11.0</version>
+                <version>2.12.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>