Skip to content

Commit 845eefa

Browse files
committed
ORC-2152: Upgrade Maven to 3.9.15
### What changes were proposed in this pull request? This PR aims to upgrade Maven to 3.9.15. ### Why are the changes needed? To bring the latest bug fixes. - https://maven.apache.org/docs/3.9.15/release-notes.html ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 (1M context) Closes #2605 from dongjoon-hyun/ORC-2152. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 45435f1 commit 845eefa

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.14</maven.version>
85+
<maven.version>3.9.15</maven.version>
8686

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

0 commit comments

Comments
 (0)