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

yangjie01 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 2eea28b5efd4 [SPARK-48242][BUILD] Upgrade extra-enforcer-rules to 1.8.0
2eea28b5efd4 is described below

commit 2eea28b5efd4ae30d7962c92b2f9851cf3938b5e
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Mon May 20 17:23:59 2024 +0800

    [SPARK-48242][BUILD] Upgrade extra-enforcer-rules to 1.8.0
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade `extra-enforcer-rules to 1.8.0` from `1.7.0` to 
`1.8.0`.
    
    ### Why are the changes needed?
    The full release notes:
    https://github.com/mojohaus/extra-enforcer-rules/releases/tag/1.8.0
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    - Manually test.
    ```
    sh dev/test-dependencies.sh
    ```
    - Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #46538 from panbingkun/SPARK-48242.
    
    Authored-by: panbingkun <panbing...@baidu.com>
    Signed-off-by: yangjie01 <yangji...@baidu.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 611e82f343d8..5811e5b7716d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3008,7 +3008,7 @@
             <dependency>
               <groupId>org.codehaus.mojo</groupId>
               <artifactId>extra-enforcer-rules</artifactId>
-              <version>1.7.0</version>
+              <version>1.8.0</version>
             </dependency>
           </dependencies>
         </plugin>


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

Reply via email to