From 78fee04852fa974e30d6efe5d08370e3dad2f047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:10:30 +0000 Subject: [PATCH] :arrow_up: Bump org.scalatestplus:mockito-4-11_3 Bumps [org.scalatestplus:mockito-4-11_3](https://github.com/scalatest/scalatestplus-mockito) from 3.2.16.0 to 3.2.18.0. - [Release notes](https://github.com/scalatest/scalatestplus-mockito/releases) - [Commits](https://github.com/scalatest/scalatestplus-mockito/commits) --- updated-dependencies: - dependency-name: org.scalatestplus:mockito-4-11_3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 582e4c1..8abe674 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { testImplementation("org.scalatest:scalatest_3:3.3.0-SNAP4") testImplementation("org.scalatestplus:scalacheck-1-17_3:3.2.18.0") - testImplementation("org.scalatestplus:mockito-4-11_3:3.2.16.0") + testImplementation("org.scalatestplus:mockito-4-11_3:3.2.18.0") testImplementation("org.scalatestplus:junit-5-9_3:3.2.16.0") testImplementation("org.scala-lang.modules:scala-xml_3:2.3.0")