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 40f3ad4c6 ORC-2124: Upgrade Maven to 3.9.13
40f3ad4c6 is described below

commit 40f3ad4c6a7be74eac5bc63e189c93f3bc3ac938
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 9 10:53:07 2026 -0700

    ORC-2124: Upgrade Maven to 3.9.13
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades `Apache Maven` to 3.9.13.
    
    ### Why are the changes needed?
    
    To keep the Maven version up to date with the latest stable release.
    
    **Maven Core**
    - Plugin prerequisites check now properly supports ranges when Java 8 (1.8) 
is specified
    - Fixed Plexus Security Dispatcher JSR330 migration warnings on Java 26+ 
due to field injection into `final` fields
    - Updated plugin versions in default bindings
    
    **Resolver 1.9.27**
    - Reverted HTTP PUT parallelization from 1.9.25 due to issues with many 
Maven Repository Managers struggling with concurrent requests
    - HTTP 410 (Gone) status is now treated as 404 (Not Found) in artifact 
resolution
    - Fixed proxy support in Apache HTTP transport
    - Fixed locally cached artifacts escaping Remote Repository Filter (RRF)
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (Claude Opus 4.6)
    
    Closes #2575 from dongjoon-hyun/ORC-2124.
    
    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 7842f6302..2d5391601 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -82,7 +82,7 @@
     <maven.compiler.proc>full</maven.compiler.proc>
     <maven.compiler.release>${java.version}</maven.compiler.release>
     
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
-    <maven.version>3.9.12</maven.version>
+    <maven.version>3.9.13</maven.version>
 
     <mockito.version>5.21.0</mockito.version>
     <orc-format.version>1.1.1</orc-format.version>

Reply via email to