Skip to content

Commit 5dce3cc

Browse files
committed
[SPARK-56099] Upgrade spotless-plugin to 8.4.0
### What changes were proposed in this pull request? This PR upgrades `spotless-plugin-gradle` to 8.4.0. ### Why are the changes needed? To keep the build tooling up to date with the latest bug fixes and improvements. - https://github.com/diffplug/spotless/releases/tag/gradle%2F8.4.0 (2026-03-18) - diffplug/spotless#2892 - https://github.com/diffplug/spotless/releases/tag/gradle%2F8.3.0 (2026-03-06) - diffplug/spotless#2848 - https://github.com/diffplug/spotless/releases/tag/gradle%2F8.2.0 (2026-01-22) - diffplug/spotless#2771 ### 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? Generated-by: Claude Code (Claude Opus 4.6) Closes #558 from dongjoon-hyun/SPARK-56099. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 9a9dcb4 commit 5dce3cc

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
@@ -35,7 +35,7 @@ checkstyle = "13.2.0"
3535
pmd = "7.21.0"
3636
spotbugs-tool = "4.9.8"
3737
spotbugs-plugin = "6.4.8"
38-
spotless-plugin = "8.1.0"
38+
spotless-plugin = "8.4.0"
3939

4040
# Packaging
4141
cyclonedx = "2.4.1"

0 commit comments

Comments
 (0)