Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-51240][BUILD] Upgrade commons-codec to 1.18.0
### What changes were proposed in this pull request? The pr aims to upgrade `commons-codec` from `1.17.2` to `1.18.0`. ### Why are the changes needed? The new version adds support for two new APIs: - `Base32.Builder.setHexDecodeTable(boolean)` and `Base32.Builder.setHexEncodeTable(boolean)`: apache/commons-codec@9fb8ee2 And the full release notes: https://commons.apache.org/proper/commons-codec/changes.html#a1.18.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 #49979 from LuciferYang/codec-1.18.0. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: yangjie01 <yangjie01@baidu.com>
- Loading branch information