Skip to content

Commit 941deeb

Browse files
bump: hadoop-hdfs, ... 3.3.6 (was 3.3.3) (#3166)
1 parent ed50561 commit 941deeb

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
@@ -291,7 +291,7 @@ object Dependencies {
291291

292292
val HBase = {
293293
val hbaseVersion = "1.4.14"
294-
val hadoopVersion = "3.3.3"
294+
val hadoopVersion = "3.3.6"
295295
Seq(
296296
libraryDependencies ++= Seq(
297297
"org.apache.hbase" % "hbase-shaded-client" % hbaseVersion exclude ("log4j", "log4j") exclude ("org.slf4j", "slf4j-log4j12"), // ApacheV2,
@@ -303,7 +303,7 @@ object Dependencies {
303303
)
304304
}
305305

306-
val HadoopVersion = "3.3.3"
306+
val HadoopVersion = "3.3.6"
307307
val Hdfs = Seq(
308308
libraryDependencies ++= Seq(
309309
"org.apache.hadoop" % "hadoop-client" % HadoopVersion exclude ("log4j", "log4j") exclude ("org.slf4j", "slf4j-log4j12"), // ApacheV2

0 commit comments

Comments
 (0)