Skip to content

Commit

Permalink
Bump org.mockito:mockito-junit-jupiter from 5.1.0 to 5.1.1 (#462)
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.0...v5.1.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent 4f2e11f commit b66cd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
api("com.squareup.okhttp3:okhttp:4.10.0")

testImplementation("org.mockito:mockito-core:5.1.1")
testImplementation("org.mockito:mockito-junit-jupiter:5.1.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.1.1")
testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-engine")
Expand Down

0 comments on commit b66cd0a

Please sign in to comment.