diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bad4075a3..ff9773143 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -33,10 +33,10 @@ object Dependencies { val PekkoHttpBinaryVersion = "current" val ScalaTestVersion = "3.2.17" val TestContainersScalaTestVersion = "0.40.14" - val mockitoVersion = "4.2.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases + val mockitoVersion = "4.11.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases val protobufJavaVersion = "3.21.12" val hoverflyVersion = "0.14.1" - val scalaCheckVersion = "1.16.0" + val scalaCheckVersion = "1.17.0" /** * Calculates the scalatest version in a format that is used for `org.scalatestplus` scalacheck artifacts