Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50794][BUILD] Upgrade Ivy to 2.5.3
### What changes were proposed in this pull request? This pr aims to upgrade ivy from 2.5.2 to 2.5.3. ### Why are the changes needed? The new version bring some bug fix: - FIX: trying to set safe XML features causes SAXExceptions when used with certain XML parsers ([IVY-1647](https://issues.apache.org/jira/browse/IVY-1647)) - FIX: cached Ivy files were not valid in some scenarios ([IVY-1649](https://issues.apache.org/jira/browse/IVY-1649), [IVY-1650](https://issues.apache.org/jira/browse/IVY-1650)) The full release notes as follow: - https://ant.apache.org/ivy/history/2.5.3/release-notes.html ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions - Run maven test on GitHub Action: https://github.com/LuciferYang/spark/runs/35474430380 ![image](https://github.com/user-attachments/assets/079eed98-82c3-4bfe-b42f-358182b7551d) ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#49454 from LuciferYang/ivy-253. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information