diff --git a/project/Dependencies.scala b/project/Dependencies.scala index fcfc44c1f..7a2f1d717 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -171,7 +171,7 @@ object Dependencies { "com.typesafe.akka" %% "akka-http" % AkkaHttpVersion, "com.typesafe.akka" %% "akka-slf4j" % AkkaVersion, "com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion, - "com.github.tomakehurst" % "wiremock-jre8" % "2.35.0" % Test, + "com.github.tomakehurst" % "wiremock-jre8" % "2.35.1" % Test, "org.scalatest" %% "scalatest" % ScalaTestVersion % "it,test", "org.scalatestplus" %% "junit-4-13" % ScalaTestPlusJUnitVersion % "it,test", "com.typesafe.akka" %% "akka-testkit" % AkkaVersion % "it,test"