From 4679741fa036302b7b925ffbc2f0a6259b3c4364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:41:57 +0300 Subject: [PATCH] Bump org.mockito:mockito-junit-jupiter from 5.2.0 to 5.3.0 (#522) Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- splunk-otel-android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splunk-otel-android/build.gradle.kts b/splunk-otel-android/build.gradle.kts index e626dff86..48a07e703 100644 --- a/splunk-otel-android/build.gradle.kts +++ b/splunk-otel-android/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { api("com.squareup.okhttp3:okhttp:4.10.0") testImplementation("org.mockito:mockito-core:5.2.0") - testImplementation("org.mockito:mockito-junit-jupiter:5.2.0") + testImplementation("org.mockito:mockito-junit-jupiter:5.3.0") testImplementation(platform("org.junit:junit-bom:5.9.2")) testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-engine")