This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 058bc7e [SPARK-52136] Upgrade `checkstyle` to 10.23.1
058bc7e is described below
commit 058bc7ed978da5d08a87afd8e7b2eaef847c00fc
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 14 10:29:48 2025 -0700
[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 #199 from dongjoon-hyun/SPARK-52136.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 14d72af..c118f67 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -29,7 +29,7 @@ jacoco = "0.8.13"
mockito = "5.17.0"
# Build Analysis
-checkstyle = "10.17.0"
+checkstyle = "10.23.1"
pmd = "6.55.0"
spotbugs-tool = "4.8.6"
spotbugs-plugin = "6.0.17"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]