From 10f9934f528142563c9b4271657f1373a02a9162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 21:06:35 +0000 Subject: [PATCH] Bump mockito-inline from 3.7.7 to 4.5.0 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.7.7 to 4.5.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v4.5.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline 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 ffbcd3c..e617260 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:4.5.0' testImplementation 'org.mockito:mockito-junit-jupiter:3.7.7' }