Skip to content

Commit bcdfd76

Browse files
committed
[SPARK-52005] Upgrade Spark build dependency to 4.0.0
### What changes were proposed in this pull request? This PR aims to upgrade `Spark` build dependency to `4.0.0` from `4.0.1-SNAPSHOT`. ### Why are the changes needed? To use the official release in the release. ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #221 from dongjoon-hyun/SPARK-52005. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 8acbd77 commit bcdfd76

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 = "4.9.0"
2121
okhttp = "4.12.0"
2222
dropwizard-metrics = "4.2.30"
23-
spark = "4.0.1-SNAPSHOT"
23+
spark = "4.0.0"
2424
log4j = "2.24.3"
2525

2626
# Test

0 commit comments

Comments
 (0)