Skip to content

Commit

Permalink
[SPARK-48405][BUILD] Upgrade commons-compress to 1.26.2
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
The pr aims to upgrade `commons-compress` to `1.26.2`.

### Why are the changes needed?
The full release notes: https://commons.apache.org/proper/commons-compress/changes-report.html#a1.26.2

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#46725 from panbingkun/SPARK-48405.

Authored-by: panbingkun <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
  • Loading branch information
panbingkun authored and yaooqinn committed May 24, 2024
1 parent 6afa6cc commit 3b9b52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ commons-codec/1.17.0//commons-codec-1.17.0.jar
commons-collections/3.2.2//commons-collections-3.2.2.jar
commons-collections4/4.4//commons-collections4-4.4.jar
commons-compiler/3.1.9//commons-compiler-3.1.9.jar
commons-compress/1.26.1//commons-compress-1.26.1.jar
commons-compress/1.26.2//commons-compress-1.26.2.jar
commons-crypto/1.1.0//commons-crypto-1.1.0.jar
commons-dbcp/1.4//commons-dbcp-1.4.jar
commons-io/2.16.1//commons-io-2.16.1.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<snappy.version>1.1.10.5</snappy.version>
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
<commons-codec.version>1.17.0</commons-codec.version>
<commons-compress.version>1.26.1</commons-compress.version>
<commons-compress.version>1.26.2</commons-compress.version>
<commons-io.version>2.16.1</commons-io.version>
<!-- To support Hive UDF jars built by Hive 2.0.0 ~ 2.3.9 and 3.0.0 ~ 3.1.3. -->
<commons-lang2.version>2.6</commons-lang2.version>
Expand Down

0 comments on commit 3b9b52d

Please sign in to comment.