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

dongjoon 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 ff455377f4b8 [SPARK-54161][BUILD] Upgrade `extra-enforcer-rules` to 
1.11.0
ff455377f4b8 is described below

commit ff455377f4b8d012604389ca0a4830d7f95bdfd9
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Nov 3 20:23:17 2025 -0800

    [SPARK-54161][BUILD] Upgrade `extra-enforcer-rules` to 1.11.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `extra-enforcer-rules` to 1.11.0.
    
    ### Why are the changes needed?
    
    To use the latest feature and bug fixes
    - https://github.com/mojohaus/extra-enforcer-rules/releases/tag/1.11.0
      - https://github.com/mojohaus/extra-enforcer-rules/pull/334
      - https://github.com/mojohaus/extra-enforcer-rules/pull/335
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is a build plugin.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #52859 from dongjoon-hyun/SPARK-54161.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2e97cd545c16..0a2401914029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2669,7 +2669,7 @@
             <dependency>
               <groupId>org.codehaus.mojo</groupId>
               <artifactId>extra-enforcer-rules</artifactId>
-              <version>1.10.0</version>
+              <version>1.11.0</version>
             </dependency>
           </dependencies>
         </plugin>


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

Reply via email to