You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/05/03 13:54:35 UTC

svn commit: r1742107 - /sling/trunk/bundles/commons/fsclassloader/pom.xml

Author: olli
Date: Tue May  3 11:54:35 2016
New Revision: 1742107

URL: http://svn.apache.org/viewvc?rev=1742107&view=rev
Log:
SLING-5685 Upgrade Commons IO to 2.5

Modified:
    sling/trunk/bundles/commons/fsclassloader/pom.xml

Modified: sling/trunk/bundles/commons/fsclassloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/fsclassloader/pom.xml?rev=1742107&r1=1742106&r2=1742107&view=diff
==============================================================================
--- sling/trunk/bundles/commons/fsclassloader/pom.xml (original)
+++ sling/trunk/bundles/commons/fsclassloader/pom.xml Tue May  3 11:54:35 2016
@@ -117,7 +117,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>1.4</version>
+            <version>2.5</version>
             <scope>provided</scope>
         </dependency>
 		<dependency>