Skip to content

Commit 9c7da4c

Browse files
dongjoon-hyunLuciferYang
authored andcommitted
[SPARK-55513][BUILD] Upgrade commons-codec to 1.21.0
### What changes were proposed in this pull request? This PR aims to upgrade `commons-codec` to 1.21.0. ### Why are the changes needed? To bring the latest improvements and bug fixes. - https://commons.apache.org/proper/commons-codec/changes.html#a1.21.0 (2026-01-23) - apache/commons-codec#419 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Gemini 3 Pro (High)` on `Antigravity` Closes #54304 from dongjoon-hyun/SPARK-55513. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: yangjie01 <yangjie01@baidu.com>
1 parent 7542473 commit 9c7da4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cats-kernel_2.13/2.8.0//cats-kernel_2.13-2.8.0.jar
3535
chill-java/0.10.0//chill-java-0.10.0.jar
3636
chill_2.13/0.10.0//chill_2.13-0.10.0.jar
3737
commons-cli/1.10.0//commons-cli-1.10.0.jar
38-
commons-codec/1.20.0//commons-codec-1.20.0.jar
38+
commons-codec/1.21.0//commons-codec-1.21.0.jar
3939
commons-collections4/4.5.0//commons-collections4-4.5.0.jar
4040
commons-compiler/3.1.9//commons-compiler-3.1.9.jar
4141
commons-compress/1.28.0//commons-compress-1.28.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<ws.xmlschema.version>2.3.1</ws.xmlschema.version>
188188
<snappy.version>1.1.10.8</snappy.version>
189189
<netlib.ludovic.dev.version>3.0.4</netlib.ludovic.dev.version>
190-
<commons-codec.version>1.20.0</commons-codec.version>
190+
<commons-codec.version>1.21.0</commons-codec.version>
191191
<commons-compress.version>1.28.0</commons-compress.version>
192192
<commons-io.version>2.21.0</commons-io.version>
193193
<!-- To support Hive UDF jars built by Hive 2.0.0 ~ 2.3.9 and 3.0.0 ~ 3.1.3. -->

0 commit comments

Comments
 (0)