From c8a8b1e2528632e8554d714f2ee5a5e18140c75c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 14 Jul 2021 07:15:15 +0000 Subject: commons-io 2.11.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891521 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 2 +- maven/poi-ooxml.pom | 2 +- maven/poi.pom | 2 +- sonar/main/pom.xml | 2 +- sonar/ooxml/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 -- cgit v1.2.3