Skip to content

Commit 5b10ebe

Browse files
authored
Update Hadoop dependency to 3.3.3 (#2916)
* CVE-2021-37404
1 parent 38ab089 commit 5b10ebe

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
@@ -164,8 +164,8 @@ object Dependencies {
164164
val AvroParquet = Seq(
165165
libraryDependencies ++= Seq(
166166
"org.apache.parquet" % "parquet-avro" % "1.10.1", //Apache2
167-
"org.apache.hadoop" % "hadoop-client" % "3.2.1" % Test exclude ("log4j", "log4j"), //Apache2
168-
"org.apache.hadoop" % "hadoop-common" % "3.2.1" % Test exclude ("log4j", "log4j"), //Apache2
167+
"org.apache.hadoop" % "hadoop-client" % "3.3.3" % Test exclude ("log4j", "log4j"), //Apache2
168+
"org.apache.hadoop" % "hadoop-common" % "3.3.3" % Test exclude ("log4j", "log4j"), //Apache2
169169
"com.sksamuel.avro4s" %% "avro4s-core" % "3.0.9" % Test,
170170
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
171171
"org.specs2" %% "specs2-core" % "4.8.3" % Test, //MIT like: https://github.com/etorreborre/specs2/blob/master/LICENSE.txt

0 commit comments

Comments
 (0)