You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2021/06/13 18:28:39 UTC

svn commit: r1890756 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Sun Jun 13 18:28:39 2021
New Revision: 1890756

URL: http://svn.apache.org/viewvc?rev=1890756&view=rev
Log:
JCR-4697: Update commons-io dependency to 2.10.0

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1890756&r1=1890755&r2=1890756&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Sun Jun 13 18:28:39 2021
@@ -467,7 +467,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.8.0</version>
+        <version>2.10.0</version>
       </dependency>
       <dependency>
         <groupId>javax.transaction</groupId>