aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-05 10:42:43 -0700
committerGitHub <noreply@github.com>2022-09-05 10:42:43 -0700
commitc53dad502653a520e461e4d0c81eb9a7eb0641b8 (patch)
tree3a203ddc7594751c4148f38ab42cf76f2c21fc5f
parent6dab56df0d48566bab3121619023b246d8a6b18c (diff)
downloadseaweedfs-c53dad502653a520e461e4d0c81eb9a7eb0641b8.tar.xz
seaweedfs-c53dad502653a520e461e4d0c81eb9a7eb0641b8.zip
Bump hadoop-common from 2.10.1 to 3.2.3 in /other/java/hdfs2 (#2909)
Bumps hadoop-common from 2.10.1 to 3.2.3. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 6e1dee356..1e26cf96d 100644
--- a/other/java/hdfs2/pom.xml
+++ b/other/java/hdfs2/pom.xml
@@ -6,7 +6,7 @@
<properties>
<seaweedfs.client.version>3.13</seaweedfs.client.version>
- <hadoop.version>2.10.1</hadoop.version>
+ <hadoop.version>3.2.4</hadoop.version>
</properties>
<groupId>com.github.chrislusf</groupId>