Skip to content

Commit

Permalink
bump: wiremock-jre8 2.35.2 (was 2.34.0) (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 22, 2024
1 parent 07c1126 commit ee602b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ object Dependencies {
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
"com.github.tomakehurst" % "wiremock-jre8" % "2.34.0" % Test,
"com.github.tomakehurst" % "wiremock-jre8" % "2.35.2" % Test,
"org.scalatestplus" %% "junit-4-13" % ScalaTestPlusJUnitVersion % Test,
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test
)

val RollingUpdateKubernetesIntegration = RollingUpdateKubernetes ++ Seq(
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
"com.github.tomakehurst" % "wiremock-jre8" % "2.34.0" % Test,
"com.github.tomakehurst" % "wiremock-jre8" % "2.35.2" % Test,
"org.scalatestplus" %% "junit-4-13" % ScalaTestPlusJUnitVersion % Test,
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test
)
Expand Down

0 comments on commit ee602b4

Please sign in to comment.