This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.3 by this push:
new 19acb47ca ORC-2068: Upgrade Hadoop to 3.4.3
19acb47ca is described below
commit 19acb47ca4dc3bcfd32286dfc4e9b7cace6ee2ca
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Feb 24 16:40:45 2026 -0800
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 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 0c7997862a91ab9049354a0ae9582e12d87fc6ce)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 8ce39a3b2..629ae9d44 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -70,7 +70,7 @@
<checkstyle.version>12.3.1</checkstyle.version>
<commons-cli.version>1.11.0</commons-cli.version>
<example.dir>${project.basedir}/../../examples</example.dir>
- <hadoop.version>3.4.2</hadoop.version>
+ <hadoop.version>3.4.3</hadoop.version>
<java.version>17</java.version>
<javadoc.location>${project.basedir}/../target/javadoc</javadoc.location>
<jts.version>1.20.0</jts.version>