This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 274fb73b1 Revert "STORM-4084 - Bump 
org.apache.commons:commons-compress from 1.26.0 to 1.27.1 (#3686)"
274fb73b1 is described below

commit 274fb73b18954ca52a65a6edee77194bcde80422
Author: Richard Zowalla <r...@apache.org>
AuthorDate: Sat Sep 21 22:16:28 2024 +0200

    Revert "STORM-4084 - Bump org.apache.commons:commons-compress from 1.26.0 
to 1.27.1 (#3686)"
    
    This reverts commit e23d7d21256cf05cc54875207c0ad81695ae37a3.
---
 DEPENDENCY-LICENSES | 2 +-
 LICENSE-binary      | 2 +-
 pom.xml             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 7ee398164..3ed6d6ee3 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -38,7 +38,7 @@ List of third-party dependencies grouped by their license 
type.
         * Apache Commons Codec (commons-codec:commons-codec:1.15 - 
https://commons.apache.org/proper/commons-codec/)
         * Apache Commons Collections 
(commons-collections:commons-collections:3.2.2 - 
http://commons.apache.org/collections/)
         * Apache Commons Collections 
(org.apache.commons:commons-collections4:4.4 - 
https://commons.apache.org/proper/commons-collections/)
-        * Apache Commons Compress (org.apache.commons:commons-compress:1.27.1 
- https://commons.apache.org/proper/commons-compress/)
+        * Apache Commons Compress (org.apache.commons:commons-compress:1.26.0 
- https://commons.apache.org/proper/commons-compress/)
         * Apache Commons Configuration 
(org.apache.commons:commons-configuration2:2.10.1 - 
https://commons.apache.org/proper/commons-configuration/)
         * Apache Commons Crypto (org.apache.commons:commons-crypto:1.1.0 - 
https://commons.apache.org/proper/commons-crypto/)
         * Apache Commons CSV (org.apache.commons:commons-csv:1.4 - 
http://commons.apache.org/proper/commons-csv/)
diff --git a/LICENSE-binary b/LICENSE-binary
index ee9780b3e..5576057e1 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -681,7 +681,7 @@ The license texts of these dependencies can be found in the 
licenses directory.
         * Apache Commons Codec (commons-codec:commons-codec:1.15 - 
http://commons.apache.org/proper/commons-codec/)
         * Apache Commons Collections 
(commons-collections:commons-collections:3.2.2 - 
http://commons.apache.org/collections/)
         * Apache Commons Collections 
(org.apache.commons:commons-collections4:4.4 - 
https://commons.apache.org/proper/commons-collections/)
-        * Apache Commons Compress (org.apache.commons:commons-compress:1.27.1 
- https://commons.apache.org/proper/commons-compress/)
+        * Apache Commons Compress (org.apache.commons:commons-compress:1.26.0 
- https://commons.apache.org/proper/commons-compress/)
         * Apache Commons Configuration 
(org.apache.commons:commons-configuration2:2.10.1 - 
https://commons.apache.org/proper/commons-configuration/)
         * Apache Commons Crypto (org.apache.commons:commons-crypto:1.1.0 - 
https://commons.apache.org/proper/commons-crypto/)
         * Apache Commons CSV (org.apache.commons:commons-csv:1.4 - 
http://commons.apache.org/proper/commons-csv/)
diff --git a/pom.xml b/pom.xml
index 80d4f5bc7..cbb23a6e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
 
         <!-- dependency versions -->
         <clojure.version>1.11.2</clojure.version>
-        <commons-compress.version>1.27.1</commons-compress.version>
+        <commons-compress.version>1.26.0</commons-compress.version>
         <commons-io.version>2.14.0</commons-io.version>
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.14.0</commons-lang3.version>

Reply via email to