From 795308e1030ebda9d64ce07b3e6827e3aac7a6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 May 2022 13:15:06 +0300 Subject: [PATCH] Bump mockitoVersion from 4.5.1 to 4.6.0 in /Plan (#2377) Bumps `mockitoVersion` from 4.5.1 to 4.6.0. Updates `mockito-core` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.5.1...v4.6.0) Updates `mockito-junit-jupiter` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 5c934072d..28fe8dcb5 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -89,7 +89,7 @@ subprojects { nkPlaceholderapiVersion = "1.4-SNAPSHOT" junitVersion = "5.8.2" - mockitoVersion = "4.5.1" + mockitoVersion = "4.6.0" testContainersVersion = "1.17.2" }