This is an automated email from the ASF dual-hosted git repository.
vjasani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 6a2333174e PHOENIX-7234 Bump org.apache.commons:commons-compress from
1.21 to 1.26.0 (#1834)
6a2333174e is described below
commit 6a2333174e55704e3d46f75a59e4c3c350c21a72
Author: Istvan Toth <[email protected]>
AuthorDate: Sat Feb 24 21:14:40 2024 +0100
PHOENIX-7234 Bump org.apache.commons:commons-compress from 1.21 to 1.26.0
(#1834)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index acedb120f4..0ca0441cdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<commons-io.version>2.11.0</commons-io.version>
<commons-lang.version>3.8</commons-lang.version>
<commons-csv.version>1.0</commons-csv.version>
- <commons-compress.version>1.21</commons-compress.version>
+ <commons-compress.version>1.26.0</commons-compress.version>
<sqlline.version>1.9.0</sqlline.version>
<jcip-annotations.version>1.0-1</jcip-annotations.version>
<jsr305.version>2.0.1</jsr305.version>