From 91ebd127ef39310f311356cce77c15d549948fc6 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Sat, 18 Dec 2021 17:31:52 +0000 Subject: [PATCH] Update logback-classic from 1.2.3 to 1.2.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb6f36d..7ab2753 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ libraryDependencies ++= Seq( "com.univocity" % "univocity-parsers" % "2.6.4", "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", + "ch.qos.logback" % "logback-classic" % "1.2.9", "org.json4s" %% "json4s-native" % "3.5.4", "org.scalatest" %% "scalatest" % "3.0.1" )