Update commons-io dependency to 2.14.0 (#49)

diff --git a/pom.xml b/pom.xml
index 2d953a1..973a4ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.8.0</version>
+            <version>2.14.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>