From a1d68d8aad309d8544abfd2d4deebeabc55061f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 09:26:37 -0800 Subject: [PATCH] Bump mockito-inline from 4.8.1 to 4.9.0 (#22) Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- digitalassetlinks/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitalassetlinks/build.gradle b/digitalassetlinks/build.gradle index 3d4dce3..0ceb9d1 100644 --- a/digitalassetlinks/build.gradle +++ b/digitalassetlinks/build.gradle @@ -149,7 +149,7 @@ dependencies { compileOnly 'androidx.annotation:annotation:1.5.0' testImplementation 'com.google.protobuf:protobuf-java:3.21.9' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-inline:4.8.1' + testImplementation 'org.mockito:mockito-inline:4.9.0' testImplementation 'org.robolectric:robolectric:4.9' androidTestImplementation 'androidx.test.ext:junit:1.1.4' androidTestImplementation 'androidx.test:rules:1.5.0'