Skip to content

Commit

Permalink
chore: bump mockito-kotlin-kt1.1 from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [mockito-kotlin-kt1.1](https://github.com/nhaarman/mockito-kotlin) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/nhaarman/mockito-kotlin/releases)
- [Commits](mockito/mockito-kotlin@1.5.0...1.6.0)

---
updated-dependencies:
- dependency-name: com.nhaarman:mockito-kotlin-kt1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent bb06ae1 commit 159d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.nhaarman:mockito-kotlin-kt1.1:1.5.0'
testImplementation 'com.nhaarman:mockito-kotlin-kt1.1:1.6.0'
testImplementation 'org.amshove.kluent:kluent:1.68'

// Leak Canary
Expand Down

0 comments on commit 159d846

Please sign in to comment.