This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new cc7511296 ORC-1921: Upgrade Hadoop to 3.4.2
cc7511296 is described below

commit cc75112965c81c0f9eff9f467bc259c6678c5b8b
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Fri Aug 29 10:42:33 2025 -0700

    ORC-1921: Upgrade Hadoop to 3.4.2
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Apache Hadoop to 3.4.2.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2270 from dongjoon-hyun/ORC-1921.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index c78b22c4b..a5dbdd6d9 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -65,7 +65,7 @@
     <checkstyle.version>10.26.1</checkstyle.version>
     <commons-cli.version>1.10.0</commons-cli.version>
     <example.dir>${project.basedir}/../../examples</example.dir>
-    <hadoop.version>3.4.1</hadoop.version>
+    <hadoop.version>3.4.2</hadoop.version>
     <java.version>17</java.version>
     <javadoc.location>${project.basedir}/../target/javadoc</javadoc.location>
     <jts.version>1.20.0</jts.version>

Reply via email to