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",