diff --git a/pom.xml b/pom.xml
index b21ac9c..a02f5a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <commons-collections.version>3.2.1</commons-collections.version>
         <commons-compress.version>1.4.1</commons-compress.version>
         <commons-fileupload.version>1.2.2</commons-fileupload.version>
-        <commons-io.version>1.3.2</commons-io.version>
+        <commons-io.version>2.4</commons-io.version>
         <commons-lang.version>2.6</commons-lang.version>
         <icu4j.version>4.8.1.1</icu4j.version>
         <jasypt.bundle.version>1.9.0_1</jasypt.bundle.version>
@@ -1094,7 +1094,7 @@
                 <version>${commons-compress.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.commons</groupId>
+                <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
                 <version>${commons-io.version}</version>
             </dependency>
diff --git a/tooling/exam/container/pom.xml b/tooling/exam/container/pom.xml
index 4c65094..6796b93 100644
--- a/tooling/exam/container/pom.xml
+++ b/tooling/exam/container/pom.xml
@@ -83,7 +83,7 @@
             <artifactId>commons-compress</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>
         <dependency>
diff --git a/webconsole/console/pom.xml b/webconsole/console/pom.xml
index 91185a4..2852d26 100644
--- a/webconsole/console/pom.xml
+++ b/webconsole/console/pom.xml
@@ -70,7 +70,6 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.4</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
