From 3321274b1ea36dae9b2b06b5c77c4c8829be2144 Mon Sep 17 00:00:00 2001 From: "scala-steward-projectglow[bot]" <159218053+scala-steward-projectglow[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:12:40 +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 f7bf0c13..3e599aa3 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",