Skip to content

Commit

Permalink
Update Hadoop dependency to 3.3.3 (#2916)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Sep 27, 2022
1 parent 38ab089 commit 5b10ebe
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 @@ -164,8 +164,8 @@ object Dependencies {
val AvroParquet = Seq(
libraryDependencies ++= Seq(
"org.apache.parquet" % "parquet-avro" % "1.10.1", //Apache2
"org.apache.hadoop" % "hadoop-client" % "3.2.1" % Test exclude ("log4j", "log4j"), //Apache2
"org.apache.hadoop" % "hadoop-common" % "3.2.1" % Test exclude ("log4j", "log4j"), //Apache2
"org.apache.hadoop" % "hadoop-client" % "3.3.3" % Test exclude ("log4j", "log4j"), //Apache2
"org.apache.hadoop" % "hadoop-common" % "3.3.3" % Test exclude ("log4j", "log4j"), //Apache2
"com.sksamuel.avro4s" %% "avro4s-core" % "3.0.9" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
"org.specs2" %% "specs2-core" % "4.8.3" % Test, //MIT like: https://github.com/etorreborre/specs2/blob/master/LICENSE.txt
Expand Down

0 comments on commit 5b10ebe

Please sign in to comment.