From 3717eacad175c7d6bfb6155b30ab4be7eaf17467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 09:11:57 +0200 Subject: [PATCH] Bump mockitoVersion from 5.8.0 to 5.9.0 in /Plan (#3417) Bumps `mockitoVersion` from 5.8.0 to 5.9.0. Updates `org.mockito:mockito-core` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.9.0) Updates `org.mockito:mockito-junit-jupiter` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.9.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 53df86851..1a410fbb2 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -106,7 +106,7 @@ subprojects { nkPlaceholderapiVersion = "1.4-SNAPSHOT" junitVersion = "5.10.1" - mockitoVersion = "5.8.0" + mockitoVersion = "5.9.0" testContainersVersion = "1.19.3" swaggerVersion = "2.2.20" }