diff --git a/build.gradle b/build.gradle
index 1c34b403fa..8d19892cd3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -102,7 +102,7 @@ subprojects {
ext {
bouncyCastleVersion = '1.69'
commonsCodecVersion = '1.15'
- commonsCompressVersion = '1.20'
+ commonsCompressVersion = '1.21'
commonsIoVersion = '2.11.0'
commonsMathVersion = '3.6.1'
junitVersion = '5.7.1'
diff --git a/build.xml b/build.xml
index e19bfbbb93..c2ae3e168a 100644
--- a/build.xml
+++ b/build.xml
@@ -331,7 +331,7 @@ under the License.
-
+
diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom
index 48f9a013e1..769f7578aa 100644
--- a/maven/poi-ooxml.pom
+++ b/maven/poi-ooxml.pom
@@ -69,7 +69,7 @@
org.apache.commons
commons-compress
- 1.20
+ 1.21
commons-io
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index 72641511dc..75a1be215d 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -149,7 +149,7 @@
org.apache.commons
commons-compress
- 1.20
+ 1.21
commons-io