LuciferYang commented on code in PR #48752:
URL: https://github.com/apache/spark/pull/48752#discussion_r1867209881


##########
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"

Review Comment:
   @HyukjinKwon Would like to confirm if `"com.puppycrawl.tools" % "checkstyle" 
% "10.20.0"` still depends on guava 33.1.0-jre?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to