This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new b008bf606 ORC-2042: Upgrade maven.version to 3.9.12
b008bf606 is described below
commit b008bf6068569eb8c47d685d1cee0a5304054003
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]>
(cherry picked from commit 2846bc19e93033f996a1a96a95f7c14255811195)
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 4e43de40a..91ca1f4f6 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -76,7 +76,7 @@
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven.compiler.release>17</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>