Skip to content

Commit

Permalink
Bump mockito-junit-jupiter from 4.8.0 to 4.8.1 (#395)
Browse files Browse the repository at this point in the history
* Bump mockito-junit-jupiter from 4.8.0 to 4.8.1

Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.0...v4.8.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update mockito-core too

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <[email protected]>
  • Loading branch information
dependabot[bot] and Mateusz Rzeszutek authored Oct 19, 2022
1 parent 883797b commit 87c7a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ dependencies {
api("io.opentelemetry:opentelemetry-api")
api("com.squareup.okhttp3:okhttp:4.10.0")

testImplementation("org.mockito:mockito-core:4.8.0")
testImplementation("org.mockito:mockito-junit-jupiter:4.8.0")
testImplementation("org.mockito:mockito-core:4.8.1")
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")
testImplementation("org.junit.jupiter:junit-jupiter-engine")
Expand Down

0 comments on commit 87c7a34

Please sign in to comment.