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 2846bc19e ORC-2042: Upgrade maven.version to 3.9.12
2846bc19e is described below

commit 2846bc19e93033f996a1a96a95f7c14255811195
Author: William Hyun <[email protected]>
AuthorDate: Sat Jan 3 20:23:52 2026 +0900

    ORC-2042: Upgrade maven.version to 3.9.12
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade maven version to 3.9.12.
    
    ### Why are the changes needed?
    This is the newest version of maven and will bring the newest bug fixes.
    - https://maven.apache.org/docs/3.9.12/release-notes.html
    
    ### How was this patch tested?
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #2469 from williamhyun/upgrade-maven.
    
    Authored-by: William 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 56024f227..c7819fc58 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -76,7 +76,7 @@
     <maven-shade-plugin.version>3.6.1</maven-shade-plugin.version>
     <maven.compiler.release>${java.version}</maven.compiler.release>
     
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
-    <maven.version>3.9.11</maven.version>
+    <maven.version>3.9.12</maven.version>
 
     <mockito.version>5.10.0</mockito.version>
     <orc-format.version>1.1.1</orc-format.version>

Reply via email to