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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new ab9d7d063 ORC-1958: Upgrade Maven to 3.9.11
ab9d7d063 is described below

commit ab9d7d063c69c93558dc133351cc4d014a5ed09c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jul 15 16:41:15 2025 -0700

    ORC-1958: Upgrade Maven to 3.9.11
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Maven to 3.9.11.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes.
    - https://github.com/apache/maven/releases/tag/maven-3.9.11
      - https://github.com/apache/maven/pull/2489
      - https://github.com/apache/maven/pull/2470
      - https://github.com/apache/maven/pull/10896
      - https://github.com/apache/maven/pull/2574
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2331 from dongjoon-hyun/ORC-1958.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 5a88d5877..5a0b2747e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -74,7 +74,7 @@
     <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
     <maven.compiler.release>${java.version}</maven.compiler.release>
     
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
-    <maven.version>3.9.10</maven.version>
+    <maven.version>3.9.11</maven.version>
 
     <mockito.version>5.10.0</mockito.version>
     <orc-format.version>1.1.0</orc-format.version>

Reply via email to