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.git


The following commit(s) were added to refs/heads/main by this push:
     new d8bde17a0a upgrade scalatestplus jars (#2793)
d8bde17a0a is described below

commit d8bde17a0a8b39d93794a24d074f261d36772b94
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Mar 28 11:55:30 2026 +0100

    upgrade scalatestplus jars (#2793)
---
 project/Dependencies.scala | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 972f562da5..1e8c158ca8 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -48,8 +48,8 @@ object Dependencies {
   val reactiveStreamsVersion = "1.0.4"
 
   val scalaTestVersion = "3.2.19"
-  val scalaTestScalaCheckVersion = "1-18"
-  val scalaCheckVersion = "1.18.0"
+  val scalaTestScalaCheckVersion = "1-19"
+  val scalaCheckVersion = "1.19.0"
 
   val Versions = Seq(crossScalaVersions := allScalaVersions, scalaVersion := 
allScalaVersions.head)
 
@@ -131,11 +131,11 @@ object Dependencies {
       // but the version of each module starts with the scalatest
       // version it was intended to work with
       val scalatestJUnit = "org.scalatestplus" %% "junit-4-13" % 
(scalaTestVersion + ".0") % Test
-      val scalatestTestNG = "org.scalatestplus" %% "testng-7-5" % "3.2.17.0" % 
Test
+      val scalatestTestNG = "org.scalatestplus" %% "testng-7-10" % 
(scalaTestVersion + ".0") % Test
       val scalatestScalaCheck =
         "org.scalatestplus" %% s"scalacheck-$scalaTestScalaCheckVersion" % 
(scalaTestVersion + ".0") % Test
       // https://github.com/scalatest/scalatest/issues/2311
-      val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % 
"3.2.18.0" % Test
+      val scalatestMockito = "org.scalatestplus" %% "mockito-5-21" % 
(scalaTestVersion + ".0") % Test
 
       val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % 
"0.2.1" % Test
       val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "4.0.1" 
% Test


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

Reply via email to