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/06/08 04:18:01 UTC

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

Author: tilman
Date: Thu Jun  8 04:18:01 2023
New Revision: 1910289

URL: http://svn.apache.org/viewvc?rev=1910289&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=1910289&r1=1910288&r2=1910289&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Thu Jun  8 04:18:01 2023
@@ -75,7 +75,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.12.0</version>
+                <version>2.13.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>