Skip to content

Commit

Permalink
Bump mockito-core from 4.8.1 to 4.9.0 (#408)
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.1...v4.9.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2022
1 parent 8a148f1 commit f5ed33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -67,7 +67,7 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.robolectric:robolectric:4.9")
testImplementation("org.mockito:mockito-core:4.8.0")
testImplementation("org.mockito:mockito-core:4.9.0")
testImplementation("androidx.test:core:1.5.0")
testImplementation("com.google.mockwebserver:mockwebserver:20130706")
testImplementation("com.android.volley:volley:1.2.1")
Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
api("io.opentelemetry:opentelemetry-api")
api("com.squareup.okhttp3:okhttp:4.10.0")

testImplementation("org.mockito:mockito-core:4.8.1")
testImplementation("org.mockito:mockito-core:4.9.0")
testImplementation("org.mockito:mockito-junit-jupiter:4.8.1")
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
Expand Down

0 comments on commit f5ed33c

Please sign in to comment.