This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 69e9f8232 Update scalatest to 3.2.20 (#1532)
69e9f8232 is described below

commit 69e9f82328ca2842c2820dcdd509aaecfa82976c
Author: Scala Steward <[email protected]>
AuthorDate: Thu Mar 26 19:05:46 2026 +0100

    Update scalatest to 3.2.20 (#1532)
    
    * Update scalatest to 3.2.20
    
    * Update Dependencies.scala
    
    * Update Dependencies.scala
    
    ---------
    
    Co-authored-by: PJ Fanning <[email protected]>
---
 project/Dependencies.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9a03ecd66..8d75acd83 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -36,7 +36,7 @@ object Dependencies {
   val PekkoHttpVersion = PekkoHttpDependency.version
   val PekkoStreamsCirceVersion = "1.1.0"
   val PekkoHttpBinaryVersion = PekkoHttpDependency.default.link
-  val ScalaTestVersion = "3.2.19"
+  val ScalaTestVersion = "3.2.20"
   val TestContainersScalaTestVersion = "0.44.1"
   val mockitoVersion = "5.23.0" // check even 
https://github.com/scalatest/scalatestplus-mockito/releases
   val protobufJavaVersion = "3.25.9"
@@ -58,7 +58,7 @@ object Dependencies {
   private def scalaTestPlusScalaCheckVersion(version: String) =
     version.split('.').take(2).mkString("-")
 
-  val scalaTestScalaCheckArtifact = "scalacheck-1-18"
+  val scalaTestScalaCheckArtifact = 
s"scalacheck-${scalaTestPlusScalaCheckVersion(scalaCheckVersion)}"
   val scalaTestScalaCheckVersion = s"$ScalaTestVersion.0"
   val scalaTestMockitoVersion = s"$ScalaTestVersion.0"
 
@@ -102,7 +102,7 @@ object Dependencies {
   val Mockito = Seq(
     "org.mockito" % "mockito-core" % mockitoVersion % Test,
     // https://github.com/scalatest/scalatestplus-mockito/releases
-    "org.scalatestplus" %% "mockito-5-12" % scalaTestMockitoVersion % Test)
+    "org.scalatestplus" %% "mockito-5-23" % scalaTestMockitoVersion % Test)
 
   val Amqp = Seq(
     libraryDependencies ++= Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to