diff --git a/core/pom.xml b/core/pom.xml
index 5bfabb69f6..f5155806c9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -129,7 +129,7 @@
org.apache.commons
commons-compress
- 1.23.0
+ 1.24.0
org.lucee
diff --git a/core/src/main/java/META-INF/MANIFEST.MF b/core/src/main/java/META-INF/MANIFEST.MF
index 2c537e489a..e105f7ec6f 100644
--- a/core/src/main/java/META-INF/MANIFEST.MF
+++ b/core/src/main/java/META-INF/MANIFEST.MF
@@ -318,7 +318,7 @@ Export-Package: coldfusion,
lucee.transformer.cfml.script.java.function
Require-Bundle: org.apache.commons.commons-codec;bundle-version=1.15.0,
org.apache.commons.commons-collections4;bundle-version=4.4.0,
- org.apache.commons.commons-compress;bundle-version=1.23.0,
+ org.apache.commons.commons-compress;bundle-version=1.24.0,
org.apache.commons.commons-fileupload;bundle-version=1.5.0,
org.apache.commons.commons-io;bundle-version=2.11.0,
org.apache.commons.lang3;bundle-version=3.12.0,
diff --git a/loader/pom.xml b/loader/pom.xml
index f519c4e2a6..9836970a2f 100644
--- a/loader/pom.xml
+++ b/loader/pom.xml
@@ -364,7 +364,7 @@
org.apache.commons
commons-compress
- 1.23.0
+ 1.24.0
provided