diff --git a/build.sbt b/build.sbt index 619c456..81737b2 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ libraryDependencies ++= Seq( "com.michaelpollmeier" %% "gremlin-scala" % "3.5.3.7", "com.typesafe" % "config" % "1.4.3", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "io.circe" %% "circe-core" % "0.14.6", + "io.circe" %% "circe-core" % "0.14.10", "io.circe" %% "circe-generic" % "0.14.6", "io.circe" %% "circe-parser" % "0.14.6", "org.apache.tinkerpop" % "gremlin-driver" % "3.7.1",