From fdcf96513fcef5fb81a7413b7af4357688ffa7fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:02:13 +0000 Subject: [PATCH] chore(deps): bump mockito-inline from 4.8.1 to 4.10.0 Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.8.1 to 4.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e7295fdc4..43f721b1d 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ dependencies { testImplementation 'org.apache.commons:commons-lang3:3.12.0' testImplementation 'org.json:json:20220924' testImplementation 'io.opencensus:opencensus-impl:0.31.1' - testImplementation "org.mockito:mockito-inline:4.8.1" + testImplementation "org.mockito:mockito-inline:4.10.0" } task updateVersion(type: Copy) {