From ef16f506e1b690482f232b5ecc9181aebe674188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 08:24:43 -0700 Subject: [PATCH] Bump mockito-core from 3.12.0 to 3.12.1 (#123) Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.0...v3.12.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- splunk-otel-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splunk-otel-android/build.gradle b/splunk-otel-android/build.gradle index 27e53731..b09795db 100644 --- a/splunk-otel-android/build.gradle +++ b/splunk-otel-android/build.gradle @@ -58,7 +58,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.9.1' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:3.12.0' + testImplementation 'org.mockito:mockito-core:3.12.1' testImplementation 'io.opentelemetry:opentelemetry-sdk-testing' testImplementation 'org.robolectric:robolectric:4.6.1' testImplementation 'androidx.test:core:1.4.0'