This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 6b0643c6 [AURON #2043] Bump hadoop from 3.4.2 to 3.4.3 (#2044)
6b0643c6 is described below
commit 6b0643c63f8e7f9cb5754a2c0443dc5f13b3547a
Author: yew1eb <[email protected]>
AuthorDate: Mon Mar 2 20:24:52 2026 +0800
[AURON #2043] Bump hadoop from 3.4.2 to 3.4.3 (#2044)
# Which issue does this PR close?
Closes #2043
# Rationale for this change
Hadoop 3.4.3 has been released, and we’re planning to upgrade our Hadoop
version to 3.4.3.
# What changes are included in this PR?
# Are there any user-facing changes?
# How was this patch tested?
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 57679d8f..27489c0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrowVersion>16.0.0</arrowVersion>
<bytebuddyVersion>1.14.11</bytebuddyVersion>
- <hadoopVersion>3.4.2</hadoopVersion>
+ <hadoopVersion>3.4.3</hadoopVersion>
<protobufVersion>3.25.5</protobufVersion>
<nettyVersion>4.2.7.Final</nettyVersion>
<javaVersion>8</javaVersion>