From 1200ee37bd542b21361bfe33d692678c9c2d1f8c Mon Sep 17 00:00:00 2001 From: "scala-steward-projectglow[bot]" <159218053+scala-steward-projectglow[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:21:02 +0000 Subject: [PATCH] Update hadoop-client to 3.4.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8c49c665f..ed81773b3 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.3", "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",