From 68906f9a03aa80cb21b40c137f863183436ef67a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 09:10:34 +0000 Subject: [PATCH] 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](https://github.com/nhaarman/mockito-kotlin/compare/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] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 6dc86e8e1..0c18730b4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -108,7 +108,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.73' // Leak Canary