Skip to content

Commit b008bf6

Browse files
williamhyundongjoon-hyun
authored andcommitted
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 <william@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 2846bc1) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 3a16bb6 commit b008bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
7777
<maven.compiler.release>17</maven.compiler.release>
7878
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
79-
<maven.version>3.9.11</maven.version>
79+
<maven.version>3.9.12</maven.version>
8080

8181
<mockito.version>5.10.0</mockito.version>
8282
<orc-format.version>1.1.1</orc-format.version>

0 commit comments

Comments
 (0)