From 7aa99f946ba62f131a8b044298c7b8dcc957d965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 07:53:25 +0300 Subject: [PATCH] Bump mockitoVersion from 4.7.0 to 4.8.0 in /Plan (#2596) Bumps `mockitoVersion` from 4.7.0 to 4.8.0. Updates `mockito-core` from 4.7.0 to 4.8.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0) Updates `mockito-junit-jupiter` from 4.7.0 to 4.8.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.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] 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 979f8158f..93060e812 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -100,7 +100,7 @@ subprojects { nkPlaceholderapiVersion = "1.4-SNAPSHOT" junitVersion = "5.9.0" - mockitoVersion = "4.7.0" + mockitoVersion = "4.8.0" testContainersVersion = "1.17.3" swaggerVersion = "2.2.2" }