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


##########
project/plugins.sbt:
##########
@@ -19,10 +19,10 @@ 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.20.0"
+libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "10.20.2"
 
-// checkstyle uses guava 33.1.0-jre.
-libraryDependencies += "com.google.guava" % "guava" % "33.1.0-jre"
+// checkstyle uses guava 33.3.1-jre.
+libraryDependencies += "com.google.guava" % "guava" % "33.3.1-jre"

Review Comment:
   Actually, we should have upgraded this in 
https://github.com/apache/spark/pull/48752 , because checkstyle 10.20.0 already 
depends on guava 33.3.1-jre
   
   
https://github.com/checkstyle/checkstyle/blob/checkstyle-10.20.0/pom.xml#L291-L301
   
   
![image](https://github.com/user-attachments/assets/7554b8da-2a98-4c7c-b700-6169e0ac582a)
   



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