Skip to content

Commit

Permalink
Bump org.mockito.kotlin:mockito-kotlin from 4.1.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](mockito/mockito-kotlin@4.1.0...5.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 44282b1 commit 73e9e9b
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
Expand Up @@ -88,7 +88,7 @@ ext {
assertjVersion = '3.23.1'
junitVersion = '4.13.2'
mockitoVersion = '5.3.1'
mockitoKotlinVersion = '4.1.0'
mockitoKotlinVersion = '5.0.0'

// android test
androidxTestCoreVersion = '1.5.0'
Expand Down

0 comments on commit 73e9e9b

Please sign in to comment.