Skip to content

Commit 0b9c76c

Browse files
panbingkundongjoon-hyun
authored andcommitted
[SPARK-44151][BUILD] Upgrade commons-codec to 1.16.0
### 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>
1 parent cd69d4d commit 0b9c76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cats-kernel_2.12/2.1.1//cats-kernel_2.12-2.1.1.jar
3636
chill-java/0.10.0//chill-java-0.10.0.jar
3737
chill_2.12/0.10.0//chill_2.12-0.10.0.jar
3838
commons-cli/1.5.0//commons-cli-1.5.0.jar
39-
commons-codec/1.15//commons-codec-1.15.jar
39+
commons-codec/1.16.0//commons-codec-1.16.0.jar
4040
commons-collections/3.2.2//commons-collections-3.2.2.jar
4141
commons-collections4/4.4//commons-collections4-4.4.jar
4242
commons-compiler/3.1.9//commons-compiler-3.1.9.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<fasterxml.jackson.databind.version>2.15.2</fasterxml.jackson.databind.version>
185185
<snappy.version>1.1.10.1</snappy.version>
186186
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
187-
<commons-codec.version>1.15</commons-codec.version>
187+
<commons-codec.version>1.16.0</commons-codec.version>
188188
<commons-compress.version>1.23.0</commons-compress.version>
189189
<commons-io.version>2.13.0</commons-io.version>
190190
<!-- org.apache.commons/commons-lang/-->

0 commit comments

Comments
 (0)