Skip to content

Commit

Permalink
Update mockito monorepo to v5.7.0 (#690)
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 Nov 17, 2023
1 parent 5796c43 commit 9b65c95
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 @@ -68,7 +68,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.robolectric:robolectric:4.11")
testImplementation("org.mockito:mockito-core:5.6.0")
testImplementation("org.mockito:mockito-core:5.7.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 @@ -63,8 +63,8 @@ dependencies {
api("io.opentelemetry:opentelemetry-api")
api("com.squareup.okhttp3:okhttp:4.12.0")

testImplementation("org.mockito:mockito-core:5.6.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.6.0")
testImplementation("org.mockito:mockito-core:5.7.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.7.0")
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-engine")
Expand Down

0 comments on commit 9b65c95

Please sign in to comment.