From ecde8f0ffe683b09263ade7b793c1012ba637c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 06:31:22 +0000 Subject: [PATCH] Bump mockito-inline from 3.7.7 to 3.9.0 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.7.7 to 3.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.9.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 ffbcd3c..d73450e 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { 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-inline:3.7.7' + testImplementation 'org.mockito:mockito-inline:3.9.0' testImplementation 'org.mockito:mockito-junit-jupiter:3.7.7' }