Skip to content

Commit

Permalink
Update mockito monorepo to v5.11.0 (#771)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent d852be0 commit ff7a23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion splunk-otel-android-volley/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.robolectric:robolectric:4.11.1")
testImplementation("org.mockito:mockito-core:5.10.0")
testImplementation("org.mockito:mockito-core:5.11.0")
testImplementation("androidx.test:core:1.5.0")
testImplementation("com.google.mockwebserver:mockwebserver:20130706")
testImplementation("com.android.volley:volley:1.2.1")
Expand Down
4 changes: 2 additions & 2 deletions splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ dependencies {
api("com.squareup.okhttp3:okhttp:4.12.0")
api("io.zipkin.reporter2:zipkin-sender-okhttp3:3.3.0")

testImplementation("org.mockito:mockito-core:5.10.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.10.0")
testImplementation("org.mockito:mockito-core:5.11.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.11.0")
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-engine")
Expand Down

0 comments on commit ff7a23e

Please sign in to comment.