From b28554b76f9fd98b7f1c7efe109b8b46a966bbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 06:33:39 +0000 Subject: [PATCH] Bump mockito-core from 3.7.7 to 3.8.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.7 to 3.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.8.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ff541a2..ec8c9a5 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.0' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0' testImplementation 'org.assertj:assertj-core:3.19.0' - testImplementation 'org.mockito:mockito-core:3.7.7' + testImplementation 'org.mockito:mockito-core:3.8.0' testImplementation 'org.mockito:mockito-inline:3.7.7' testImplementation 'org.mockito:mockito-junit-jupiter:3.7.7' }