Merge pull request #1 from apache/io

[MRESOURCES-259] update commons-io
diff --git a/pom.xml b/pom.xml
index 4ca3bdb..c72b567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,8 +36,8 @@
   <description>
     The Resources Plugin handles the copying of project resources to the output
     directory. There are two different kinds of resources: main resources and test resources. The
-    difference is that the main resources are the resources associated to the main
-    source code while the test resources are associated to the test source code.
+    difference is that the main resources are the resources associated with the main
+    source code while the test resources are associated with the test source code.
     Thus, this allows the separation of resources for the main source code and its
     unit tests.
   </description>
@@ -119,7 +119,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
       <scope>compile</scope>
     </dependency>