From 70d230c4da745fb2896c37659088406f8d8f6488 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:37:04 +0000 Subject: [PATCH] Update hadoop-client to 3.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a0b97146..b149f0b6b 100644 --- a/build.sbt +++ b/build.sbt @@ -183,7 +183,7 @@ ThisBuild / coreDependencies := (providedSparkDependencies.value ++ testCoreDepe "com.github.broadinstitute" % "picard" % "2.27.5", "org.apache.commons" % "commons-lang3" % "3.14.0", // Fix versions of libraries that are depended on multiple times - "org.apache.hadoop" % "hadoop-client" % "3.3.6", + "org.apache.hadoop" % "hadoop-client" % "3.4.1", "io.netty" % "netty-all" % "4.1.96.Final", "io.netty" % "netty-handler" % "4.1.96.Final", "io.netty" % "netty-transport-native-epoll" % "4.1.96.Final",