Skip to content

Commit 058bc7e

Browse files
committed
[SPARK-52136] Upgrade checkstyle to 10.23.1
### What changes were proposed in this pull request? This PR aims to upgrade `checkstyle` to 10.23.1. ### Why are the changes needed? To use the latest bug fixed one. ### Does this PR introduce _any_ user-facing change? No. This is a test dependency. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#199 from dongjoon-hyun/SPARK-52136. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent a28b1b7 commit 058bc7e

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
@@ -29,7 +29,7 @@ jacoco = "0.8.13"
2929
mockito = "5.17.0"
3030

3131
# Build Analysis
32-
checkstyle = "10.17.0"
32+
checkstyle = "10.23.1"
3333
pmd = "6.55.0"
3434
spotbugs-tool = "4.8.6"
3535
spotbugs-plugin = "6.0.17"

0 commit comments

Comments
 (0)