diff --git a/bootstrapper-maven-plugin/pom.xml b/bootstrapper-maven-plugin/pom.xml
index 2f42ffba63..2c903ba794 100644
--- a/bootstrapper-maven-plugin/pom.xml
+++ b/bootstrapper-maven-plugin/pom.xml
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.16.1</version>
+      <version>2.17.0</version>
     </dependency>
     <dependency>
       <groupId>com.github.spullara.mustache.java</groupId>
diff --git a/pom.xml b/pom.xml
index c72bb6374f..508e96f997 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
         <caffeine.version>3.1.8</caffeine.version>
         <jenvtest.version>0.9.6</jenvtest.version>
         <mustache.version>0.9.11</mustache.version>
-        <commons.io.version>2.16.1</commons.io.version>
+        <commons.io.version>2.17.0</commons.io.version>
 
         <fmt-maven-plugin.version>2.11</fmt-maven-plugin.version>
         <maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>