From e8d87ecfde09a15edd917ba14979dff3c847caaf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 19 Nov 2024 03:57:55 +0000
Subject: [PATCH] chore(deps): bump commons-io:commons-io from 2.16.1 to 2.17.0

Bumps commons-io:commons-io from 2.16.1 to 2.17.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 bootstrapper-maven-plugin/pom.xml | 2 +-
 pom.xml                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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>