Skip to content

Commit ed2a47e

Browse files
committed
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 - apache/maven#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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 439d4e9 commit ed2a47e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<maven.compiler.proc>full</maven.compiler.proc>
8383
<maven.compiler.release>${java.version}</maven.compiler.release>
8484
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
85-
<maven.version>3.9.13</maven.version>
85+
<maven.version>3.9.14</maven.version>
8686

8787
<mockito.version>5.21.0</mockito.version>
8888
<orc-format.version>1.1.1</orc-format.version>

0 commit comments

Comments
 (0)