Skip to content

Commit

Permalink
build(deps): bump mockito-kotlin from 3.2.0 to 4.0.0 in /app (#4307)
Browse files Browse the repository at this point in the history
Bumps [mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](mockito/mockito-kotlin@3.2.0...4.0.0)

---
updated-dependencies:
- dependency-name: org.mockito.kotlin:mockito-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 13, 2021
1 parent c169dcb commit a449d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -158,7 +158,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
testImplementation("org.robolectric:robolectric:4.6.1")
testImplementation("org.mockito:mockito-core:4.0.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:3.2.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
testImplementation("net.javacrumbs.json-unit:json-unit-fluent:2.28.0")
testImplementation("com.google.truth:truth:1.1.3")
testImplementation("com.google.truth.extensions:truth-java8-extension:1.1.3")
Expand Down

0 comments on commit a449d9e

Please sign in to comment.