From 478f74af644861fa7c2aa18e0137582d5667606e Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Sat, 18 Dec 2021 17:31:55 +0000 Subject: [PATCH] Update univocity-parsers from 2.6.4 to 2.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb6f36d..3d0b987 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ scalaVersion := "2.11.12" libraryDependencies ++= Seq( "org.apache.spark" %% "spark-core" % "2.4.0", - "com.univocity" % "univocity-parsers" % "2.6.4", + "com.univocity" % "univocity-parsers" % "2.9.1", "org.elasticsearch" %% "elasticsearch-spark-20" % "6.6.0", "edu.stanford.nlp" % "stanford-corenlp" % "3.6.0" artifacts(Artifact("stanford-corenlp", "models"), Artifact("stanford-corenlp")), "ch.qos.logback" % "logback-classic" % "1.2.3",