Skip to content

Commit

Permalink
[SPARK-48433][BUILD] Upgrade checkstyle to 10.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panbingkun committed May 27, 2024
1 parent b526456 commit 27d46c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,7 @@
-->
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.15.0</version>
<version>10.17.0</version>
</dependency>
</dependencies>
<executions>
Expand Down
3 changes: 1 addition & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@

addSbtPlugin("software.purpledragon" % "sbt-checkstyle-plugin" % "4.0.1")

// sbt-checkstyle-plugin uses an old version of checkstyle. Match it to Maven's.
// 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.15.0"
libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.17.0"

// checkstyle uses guava 33.1.0-jre.
libraryDependencies += "com.google.guava" % "guava" % "33.1.0-jre"
Expand Down

0 comments on commit 27d46c7

Please sign in to comment.