Skip to content

Commit

Permalink
[SPARK-44151][BUILD] Upgrade commons-codec to 1.16.0
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-codec from 1.15 to 1.16.0.

### Why are the changes needed?
1.The new version brings some bug fixed, eg:
- Fix byte-skipping in Base16 decoding #135. Fixes CODEC-305.
- BaseNCodecOutputStream.eof() should not throw IOException.
- Add support for Blake3 family of hashes. Fixes [CODEC-296](https://issues.apache.org/jira/browse/CODEC-296).

2.The full release notes:
https://commons.apache.org/proper/commons-codec/changes-report.html#a1.16.0

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

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

Closes #41707 from panbingkun/SPARK-44151.

Authored-by: panbingkun <pbk1982@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
panbingkun authored and dongjoon-hyun committed Jun 23, 2023
1 parent cd69d4d commit 0b9c76c
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 @@ -36,7 +36,7 @@ cats-kernel_2.12/2.1.1//cats-kernel_2.12-2.1.1.jar
chill-java/0.10.0//chill-java-0.10.0.jar
chill_2.12/0.10.0//chill_2.12-0.10.0.jar
commons-cli/1.5.0//commons-cli-1.5.0.jar
commons-codec/1.15//commons-codec-1.15.jar
commons-codec/1.16.0//commons-codec-1.16.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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<fasterxml.jackson.databind.version>2.15.2</fasterxml.jackson.databind.version>
<snappy.version>1.1.10.1</snappy.version>
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-codec.version>1.16.0</commons-codec.version>
<commons-compress.version>1.23.0</commons-compress.version>
<commons-io.version>2.13.0</commons-io.version>
<!-- org.apache.commons/commons-lang/-->
Expand Down

0 comments on commit 0b9c76c

Please sign in to comment.