This is an automated email from the ASF dual-hosted git repository.

srowen 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 37788b780a5 [SPARK-41714][BUILD] Update maven-checkstyle-plugin from 
3.1.2 to 3.2.0
37788b780a5 is described below

commit 37788b780a5b1998676672c2722a00801c3326e4
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Tue Dec 27 12:52:05 2022 -0600

    [SPARK-41714][BUILD] Update maven-checkstyle-plugin from 3.1.2 to 3.2.0
    
    ### What changes were proposed in this pull request?
    This PR aims to update maven-checkstyle-plugin from 3.1.2 to 3.2.0.
    
    ### Why are the changes needed?
    This will bring the latest bug fixes.
    v3.1.2 VS v3.2.0
    
https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0
    <img width="1180" alt="image" 
src="https://user-images.githubusercontent.com/15246973/209523129-5af8ddd5-75e6-4e18-9b57-c0462d9970af.png";>
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #39218 from panbingkun/SPARK-41714.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 46142c4e50b..783893e71c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3312,7 +3312,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.1.2</version>
+        <version>3.2.0</version>
         <configuration>
           <failOnViolation>false</failOnViolation>
           <includeTestSourceDirectory>true</includeTestSourceDirectory>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to