diff --git a/build.gradle b/build.gradle
index 13506ce248..1c34b403fa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -103,7 +103,7 @@ subprojects {
bouncyCastleVersion = '1.69'
commonsCodecVersion = '1.15'
commonsCompressVersion = '1.20'
- commonsIoVersion = '2.10.0'
+ commonsIoVersion = '2.11.0'
commonsMathVersion = '3.6.1'
junitVersion = '5.7.1'
log4jVersion = '2.14.0'
diff --git a/build.xml b/build.xml
index 5f93b516b4..e19bfbbb93 100644
--- a/build.xml
+++ b/build.xml
@@ -266,7 +266,7 @@ under the License.
-
+
diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom
index f6e5ef2e31..48f9a013e1 100644
--- a/maven/poi-ooxml.pom
+++ b/maven/poi-ooxml.pom
@@ -74,7 +74,7 @@
commons-io
commons-io
- 2.10.0
+ 2.11.0
com.github.virtuald
diff --git a/maven/poi.pom b/maven/poi.pom
index 99fa070b90..44a32abea9 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -79,7 +79,7 @@
commons-io
commons-io
- 2.10.0
+ 2.11.0
com.zaxxer
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml
index 00720b5eeb..30191125ff 100644
--- a/sonar/main/pom.xml
+++ b/sonar/main/pom.xml
@@ -126,7 +126,7 @@
commons-io
commons-io
- 2.10.0
+ 2.11.0
com.zaxxer
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index 343df0bcd8..72641511dc 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -154,7 +154,7 @@
commons-io
commons-io
- 2.10.0
+ 2.11.0
com.github.virtuald