Skip to content

Commit 0908ec5

Browse files
sarutakLuciferYang
authored andcommitted
[SPARK-54529][BUILD] Upgrade commons-codec to 1.20.0
### What changes were proposed in this pull request? This PR proposes to upgrade `commons-codec` to `1.20.0`. Change log: https://commons.apache.org/proper/commons-codec/changes.html#a1.20.0 ### Why are the changes needed? To maintain the dependency latest. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #53234 from sarutak/upgrade-commons-codec-1.20.0. Authored-by: Kousuke Saruta <[email protected]> Signed-off-by: yangjie01 <[email protected]>
1 parent b9dd02b commit 0908ec5

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
@@ -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.19.0//commons-codec-1.19.0.jar
38+
commons-codec/1.20.0//commons-codec-1.20.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
@@ -188,7 +188,7 @@
188188
<ws.xmlschema.version>2.3.1</ws.xmlschema.version>
189189
<snappy.version>1.1.10.8</snappy.version>
190190
<netlib.ludovic.dev.version>3.0.4</netlib.ludovic.dev.version>
191-
<commons-codec.version>1.19.0</commons-codec.version>
191+
<commons-codec.version>1.20.0</commons-codec.version>
192192
<commons-compress.version>1.28.0</commons-compress.version>
193193
<commons-io.version>2.21.0</commons-io.version>
194194
<!-- 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)