From f8b41f73f23363d011ce66cc592957af1666b2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:49:09 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 3.7.7 to 5.6.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.7.7 to 5.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v5.6.0) --- 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 3ed66ea..a79a21d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ ext.deps = [junit : 'junit:junit:4.13.2', - mockitocore: 'org.mockito:mockito-core:3.7.7'] + mockitocore: 'org.mockito:mockito-core:5.6.0'] buildscript { repositories {