Skip to content

Commit ffc0022

Browse files
scala-stewardennru
authored andcommitted
bump: hadoop-client, hadoop-common, ... 3.4.1 (was 3.4.0)
1 parent 4ca324f commit ffc0022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ object Dependencies {
312312

313313
val HBase = {
314314
val hbaseVersion = "2.6.1"
315-
val hadoopVersion = "3.4.0"
315+
val hadoopVersion = "3.4.1"
316316
Seq(
317317
libraryDependencies ++= Seq(
318318
"org.apache.hbase" % "hbase-shaded-client" % hbaseVersion exclude ("log4j", "log4j"), // ApacheV2,
@@ -324,7 +324,7 @@ object Dependencies {
324324
)
325325
}
326326

327-
val HadoopVersion = "3.4.0"
327+
val HadoopVersion = "3.4.1"
328328
val Hdfs = Seq(
329329
libraryDependencies ++= Seq(
330330
"org.apache.hadoop" % "hadoop-client" % HadoopVersion exclude ("log4j", "log4j"), // ApacheV2

0 commit comments

Comments
 (0)