From 23c4889ed7881883996d2a09746384b9a4343db2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:52:57 +0100 Subject: [PATCH] bump: wiremock-jre8 2.35.0 (was 2.34.0) (#1094) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b4b5b2658..dc2eed390 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -160,7 +160,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.34.0" % Test, + "com.github.tomakehurst" % "wiremock-jre8" % "2.35.0" % Test, "org.scalatest" %% "scalatest" % ScalaTestVersion % "it,test", "org.scalatestplus" %% "junit-4-13" % ScalaTestPlusJUnitVersion % "it,test", "com.typesafe.akka" %% "akka-testkit" % AkkaVersion % "it,test"