Skip to content

Commit

Permalink
bump: hadoop-client, hadoop-common, ... 3.4.1 (was 3.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 13, 2024
1 parent 4503f17 commit 935b681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ object Dependencies {

val HBase = {
val hbaseVersion = "2.6.0"
val hadoopVersion = "3.4.0"
val hadoopVersion = "3.4.1"
Seq(
libraryDependencies ++= Seq(
"org.apache.hbase" % "hbase-shaded-client" % hbaseVersion exclude ("log4j", "log4j"), // ApacheV2,
Expand All @@ -324,7 +324,7 @@ object Dependencies {
)
}

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

0 comments on commit 935b681

Please sign in to comment.