Skip to content

Commit ab9d7d0

Browse files
committed
ORC-1958: Upgrade Maven to 3.9.11
### What changes were proposed in this pull request? This PR aims to upgrade Maven to 3.9.11. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/apache/maven/releases/tag/maven-3.9.11 - apache/maven#2489 - apache/maven#2470 - apache/maven#10896 - apache/maven#2574 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2331 from dongjoon-hyun/ORC-1958. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e138293 commit ab9d7d0

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
@@ -74,7 +74,7 @@
7474
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
7575
<maven.compiler.release>${java.version}</maven.compiler.release>
7676
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
77-
<maven.version>3.9.10</maven.version>
77+
<maven.version>3.9.11</maven.version>
7878

7979
<mockito.version>5.10.0</mockito.version>
8080
<orc-format.version>1.1.0</orc-format.version>

0 commit comments

Comments
 (0)