From 245f0028334815b79a22edef008474247b97f9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jun 2022 14:48:17 +0300 Subject: [PATCH] Bump mockitoVersion from 4.6.0 to 4.6.1 in /Plan (#2388) Bumps `mockitoVersion` from 4.6.0 to 4.6.1. Updates `mockito-core` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.0...v4.6.1) Updates `mockito-junit-jupiter` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... 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 8b1c1ee5e..3a0d08770 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -89,7 +89,7 @@ subprojects { nkPlaceholderapiVersion = "1.4-SNAPSHOT" junitVersion = "5.8.2" - mockitoVersion = "4.6.0" + mockitoVersion = "4.6.1" testContainersVersion = "1.17.2" }