aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-02-09 16:15:06 -0800
committerGitHub <noreply@github.com>2022-02-09 16:15:06 -0800
commit47c04db9b390bcf48379c15f6f2ab3f7089213ec (patch)
treed5b27c7e6c216ad265410c63d017c69460175e79
parent91876bf6283482a7690caa50c9847fb88d57feea (diff)
parentf955096e9292798a41014aa1362b6a05d3408893 (diff)
downloadseaweedfs-47c04db9b390bcf48379c15f6f2ab3f7089213ec.tar.xz
seaweedfs-47c04db9b390bcf48379c15f6f2ab3f7089213ec.zip
Merge pull request #2656 from chrislusf/dependabot/maven/other/java/hdfs2/org.apache.hadoop-hadoop-common-2.10.1
Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/hdfs2
-rw-r--r--other/java/hdfs2/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/hdfs2/pom.xml b/other/java/hdfs2/pom.xml
index fc49fe946..eccbb54bf 100644
--- a/other/java/hdfs2/pom.xml
+++ b/other/java/hdfs2/pom.xml
@@ -6,7 +6,7 @@
<properties>
<seaweedfs.client.version>2.85</seaweedfs.client.version>
- <hadoop.version>2.9.2</hadoop.version>
+ <hadoop.version>2.10.1</hadoop.version>
</properties>
<groupId>com.github.chrislusf</groupId>