From 7e2f478789453db4c16755a2c00889444c8f6a90 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:44:02 +0100 Subject: [PATCH] bump: wiremock-jre8 2.35.1 (was 2.35.0) (#1199) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 999ab52d..af70f511 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -159,7 +159,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 % Test, "org.scalatestplus" %% "junit-4-13" % ScalaTestPlusJUnitVersion % Test, "com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test