diff --git a/build.sbt b/build.sbt index 31734077..71975cc1 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ libraryDependencies ++= Seq( "org.liquibase" % "liquibase-core" % "4.7.1", "org.hsqldb" % "hsqldb" % "2.6.1", "com.sendgrid" % "sendgrid-java" % "2.2.2", - "ch.qos.logback" % "logback-classic" % "1.2.10", + "ch.qos.logback" % "logback-classic" % "1.4.14", "org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-4cde1ff", //---------- Test libraries -------------------// "org.broadinstitute.dsde.workbench" %% "workbench-google" % workbenchGoogleV % Test classifier "tests",