From 1420af772d3787e1aef20d39e3da39b68a244729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 07:43:56 +0300 Subject: [PATCH] Bump mockitoVersion from 5.3.0 to 5.3.1 in /Plan (#2987) Bumps `mockitoVersion` from 5.3.0 to 5.3.1. Updates `org.mockito:mockito-core` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.3.0...v5.3.1) Updates `org.mockito:mockito-junit-jupiter` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.3.0...v5.3.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 99693a802..964855888 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -101,7 +101,7 @@ subprojects { nkPlaceholderapiVersion = "1.4-SNAPSHOT" junitVersion = "5.9.2" - mockitoVersion = "5.3.0" + mockitoVersion = "5.3.1" testContainersVersion = "1.18.0" swaggerVersion = "2.2.9" }