Skip to content

Commit 0c79978

Browse files
committed
ORC-2068: Upgrade Hadoop to 3.4.3
### What changes were proposed in this pull request? This PR aims to upgrade Apache Hadoop to 3.4.3. ### Why are the changes needed? To bring the latest maintenance version of Apache Hadoop 3.4.x. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2503 from dongjoon-hyun/ORC-2068. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 372a467 commit 0c79978

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
@@ -70,7 +70,7 @@
7070
<checkstyle.version>12.3.1</checkstyle.version>
7171
<commons-cli.version>1.11.0</commons-cli.version>
7272
<example.dir>${project.basedir}/../../examples</example.dir>
73-
<hadoop.version>3.4.2</hadoop.version>
73+
<hadoop.version>3.4.3</hadoop.version>
7474
<java.version>17</java.version>
7575
<javadoc.location>${project.basedir}/../target/javadoc</javadoc.location>
7676
<jts.version>1.20.0</jts.version>

0 commit comments

Comments
 (0)