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

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


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new f4c1ff500 ORC-2124: Upgrade Maven to 3.9.13
f4c1ff500 is described below

commit f4c1ff50072b6cd0ccac79a55a69c49a0f31a811
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]>
    (cherry picked from commit 40f3ad4c6a7be74eac5bc63e189c93f3bc3ac938)
    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 2853facad..fe2c8d128 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