Skip to content

Commit 33ff13d

Browse files
chore: bump mockito-kotlin-kt1.1 from 1.5.0 to 1.6.0
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]>
1 parent 57f8c26 commit 33ff13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies {
110110

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

116116
// Leak Canary

0 commit comments

Comments
 (0)