From e70ccf00f63ed27ddf424364204acf92638b39ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:35:52 +0300 Subject: [PATCH] Bump mockito-core from 4.7.0 to 4.8.0 (#2467) Bumps [mockito-core](https://github.com/mockito/mockito) 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 ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8d6d13a49c..fd3bf3612a 100644 --- a/build.gradle +++ b/build.gradle @@ -116,7 +116,7 @@ ext { boringSslVersion = '2.0.54.Final' junitVersion = '5.9.0' junitPlatformLauncherVersion = '1.9.0' - mockitoVersion = '4.7.0' + mockitoVersion = '4.8.0' blockHoundVersion = '1.0.6.RELEASE' javadocLinks = ["https://docs.oracle.com/javase/8/docs/api/",