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 ed2a47ed3 ORC-2130: Upgrade Maven to 3.9.14
ed2a47ed3 is described below
commit ed2a47ed322c9c960ba16e0f2fc518b2b8723ff0
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 16 13:31:10 2026 -0700
ORC-2130: Upgrade Maven to 3.9.14
### What changes were proposed in this pull request?
This PR upgrades `Maven` to 3.9.14.
### Why are the changes needed?
To use the latest Maven version which fixes only one known issue.
- https://maven.apache.org/docs/3.9.14/release-notes.html
- https://github.com/apache/maven/issues/11762
- https://github.com/apache/maven/releases/tag/maven-3.9.14
### How was this patch tested?
Pass the existing CI.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-opus-4-6)
Closes #2579 from dongjoon-hyun/ORC-2130.
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 d048d693e..6e333a5cd 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.13</maven.version>
+ <maven.version>3.9.14</maven.version>
<mockito.version>5.21.0</mockito.version>
<orc-format.version>1.1.1</orc-format.version>