Skip to content

Commit

Permalink
Bump mockito_version from 3.7.7 to 3.8.0 (#30)
Browse files Browse the repository at this point in the history
Bumps `mockito_version` from 3.7.7 to 3.8.0.

Updates `mockito-core` from 3.7.7 to 3.8.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.7.7...v3.8.0)

Updates `mockito-inline` from 3.7.7 to 3.8.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.7.7...v3.8.0)

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 Mar 6, 2021
1 parent a88d2de commit 9b10630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.junit_version = '4.13.2'
ext.mockito_version = '3.7.7'
ext.mockito_version = '3.8.0'
}

plugins {
Expand Down

0 comments on commit 9b10630

Please sign in to comment.