Skip to content

Commit 8f1634e

Browse files
panbingkundongjoon-hyun
authored andcommitted
[SPARK-48032][BUILD] Upgrade commons-codec to 1.17.0
### What changes were proposed in this pull request? The pr aims to upgrade `commons-codec` from `1.16.1` to `1.17.0`. ### Why are the changes needed? The full release notes: https://commons.apache.org/proper/commons-codec/changes-report.html#a1.17.0 ### 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#46268 from panbingkun/SPARK-48032. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 3d62dd7 commit 8f1634e

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
@@ -38,7 +38,7 @@ checker-qual/3.42.0//checker-qual-3.42.0.jar
3838
chill-java/0.10.0//chill-java-0.10.0.jar
3939
chill_2.13/0.10.0//chill_2.13-0.10.0.jar
4040
commons-cli/1.6.0//commons-cli-1.6.0.jar
41-
commons-codec/1.16.1//commons-codec-1.16.1.jar
41+
commons-codec/1.17.0//commons-codec-1.17.0.jar
4242
commons-collections/3.2.2//commons-collections-3.2.2.jar
4343
commons-collections4/4.4//commons-collections4-4.4.jar
4444
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
@@ -189,7 +189,7 @@
189189
<org.glassfish.jaxb.txw2.version>3.0.2</org.glassfish.jaxb.txw2.version>
190190
<snappy.version>1.1.10.5</snappy.version>
191191
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.version>
192-
<commons-codec.version>1.16.1</commons-codec.version>
192+
<commons-codec.version>1.17.0</commons-codec.version>
193193
<commons-compress.version>1.26.1</commons-compress.version>
194194
<commons-io.version>2.16.1</commons-io.version>
195195
<!-- org.apache.commons/commons-lang/-->

0 commit comments

Comments
 (0)