From e81ca02c2a42c1d9efbaef6cf5afaf6db77c4dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 21:11:32 +0000 Subject: [PATCH] Bump mockito-core from 3.9.0 to 4.5.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 4.5.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v4.5.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7358b2609b..ff01a07f06 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ ext { reactiveStreamsVersion = "1.0.3" junitVersion = "4.13.2" testNgVersion = "7.4.0" - mockitoVersion = "3.9.0" + mockitoVersion = "4.5.1" jmhLibVersion = "1.21" guavaVersion = "30.1.1-jre" jacocoVersion = "0.8.4"