This is an automated email from the ASF dual-hosted git repository.
richox 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 920828a5 Build: Bump hadoop from 3.4.1 to 3.4.2. (#1326)
920828a5 is described below
commit 920828a5002910e14c559bf9b6c465a33a617f3f
Author: slfan1989 <[email protected]>
AuthorDate: Tue Sep 23 14:24:54 2025 +0800
Build: Bump hadoop from 3.4.1 to 3.4.2. (#1326)
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0e34b36a..561961af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrowVersion>16.0.0</arrowVersion>
<bytebuddyVersion>1.12.10</bytebuddyVersion>
- <hadoopVersion>3.4.1</hadoopVersion>
+ <hadoopVersion>3.4.2</hadoopVersion>
<protobufVersion>3.25.5</protobufVersion>
<javaVersion>8</javaVersion>
@@ -152,6 +152,11 @@
<artifactId>hadoop-client-api</artifactId>
<version>${hadoopVersion}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client-runtime</artifactId>
+ <version>${hadoopVersion}</version>
+ </dependency>
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-core</artifactId>