Skip to content

Commit

Permalink
build(deps): bump mockito-core from 3.12.0 to 3.12.1 in /app (#4172)
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.12.0...v3.12.1)

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

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 Aug 23, 2021
1 parent 7d92697 commit 01618f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dependencies {
// Unit Testing
testImplementation("junit:junit:4.13.2")
testImplementation("org.robolectric:robolectric:4.6.1")
testImplementation("org.mockito:mockito-core:3.12.0")
testImplementation("org.mockito:mockito-core:3.12.1")
testImplementation("net.javacrumbs.json-unit:json-unit-fluent:2.27.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 01618f9

Please sign in to comment.