From bac8c07ccaa4faf2d92dc4e438fe287b65a03564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:14:40 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 4.11.0 to 5.14.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 77f8430..e407df3 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ dependencies { implementation "org.scalatest:scalatest-shouldmatchers_${scalaMajorVersion}:$orgScalatestVersion" implementation "org.scalatestplus:junit-4-13_${scalaMajorVersion}:3.2.15.0" implementation "org.scalatestplus:mockito-4-6_${scalaMajorVersion}:3.2.15.0" - implementation "org.mockito:mockito-core:4.11.0" + implementation "org.mockito:mockito-core:5.14.2" } compileScala {