This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 0d2d031c2d90 [SPARK-50218][BUILD] Upgrade checkstyle to 10.20.0
0d2d031c2d90 is described below
commit 0d2d031c2d907393ad6933677ea90ec95a652d50
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Mon Nov 4 13:45:58 2024 -0800
[SPARK-50218][BUILD] Upgrade checkstyle to 10.20.0
### What changes were proposed in this pull request?
This PR proposes to upgrade checkstyle to 10.20.0
### Why are the changes needed?
To pick up bug fixes made, e.g.,
https://github.com/checkstyle/checkstyle/pull/15687
See also https://github.com/checkstyle/checkstyle/releases
### Does this PR introduce _any_ user-facing change?
No, dev-only.
### How was this patch tested?
Manually by:
```bash
./dev/lint-java
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #48752 from HyukjinKwon/SPARK-50218.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
project/plugins.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7ce977a804a5..69c251600e57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3222,7 +3222,7 @@
-->
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>10.17.0</version>
+ <version>10.20.0</version>
</dependency>
</dependencies>
<executions>
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b2d0177e6a41..48791607d7d2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -19,7 +19,7 @@ addSbtPlugin("software.purpledragon" %
"sbt-checkstyle-plugin" % "4.0.1")
// If you are changing the dependency setting for checkstyle plugin,
// please check pom.xml in the root of the source tree too.
-libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.17.0"
+libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.20.0"
// checkstyle uses guava 33.1.0-jre.
libraryDependencies += "com.google.guava" % "guava" % "33.1.0-jre"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]