From 99183b9ff291dcd3ab0358d672077d76921229b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 21:01:23 +0000 Subject: [PATCH] Bump mockito-inline from 3.7.7 to 4.10.0 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.7.7 to 4.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v4.10.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..eb029e9 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.10.0' testImplementation 'org.mockito:mockito-junit-jupiter:3.7.7' }