From 35d670843f4fde4fb2c52071ed1f1638531de9ea Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:37:32 +0000 Subject: [PATCH] Update mockito-core to 5.22.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5bd326c4e..01a0c13a0 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ libraryDependencies ++= Seq( "javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided", "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", - "org.mockito" % "mockito-core" % "5.21.0" % "test", + "org.mockito" % "mockito-core" % "5.22.0" % "test", "org.testcontainers" % "testcontainers-mysql" % "2.0.3" % "test", "org.testcontainers" % "testcontainers-postgresql" % "2.0.3" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0",