File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ object Dependencies {
164
164
val AvroParquet = Seq (
165
165
libraryDependencies ++= Seq (
166
166
" 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
169
169
" com.sksamuel.avro4s" %% " avro4s-core" % " 3.0.9" % Test ,
170
170
" org.scalacheck" %% " scalacheck" % " 1.15.4" % Test ,
171
171
" org.specs2" %% " specs2-core" % " 4.8.3" % Test , // MIT like: https://github.com/etorreborre/specs2/blob/master/LICENSE.txt
You can’t perform that action at this time.
0 commit comments