Skip to content

Commit b60a366

Browse files
committed
[SPARK-53508] Upgrade Spark to 4.0.1
### What changes were proposed in this pull request? This PR aims to upgrade Spark to 4.0.1. ### Why are the changes needed? To use the latest and bug fixed one. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#310 from dongjoon-hyun/SPARK-53508. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 3a427e9 commit b60a366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lombok = "1.18.38"
2020
operator-sdk = "5.1.2"
2121
okhttp = "4.12.0"
2222
dropwizard-metrics = "4.2.30"
23-
spark = "4.0.0"
23+
spark = "4.0.1"
2424
log4j = "2.24.3"
2525

2626
# Test

0 commit comments

Comments
 (0)