From d642162cd57586989e5b3f10c6d00b93fbfb15dc Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Mon, 18 Sep 2023 14:38:11 +0200 Subject: [PATCH] LDEV-4699 update commons-compress to 1.24.0 (5.4) https://luceeserver.atlassian.net/browse/LDEV-4699 https://github.com/lucee/Lucee/pull/2237 --- core/pom.xml | 2 +- core/src/main/java/META-INF/MANIFEST.MF | 2 +- loader/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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