From a449d9e7d68eebcea9a372d582d83aa1effb55ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 15:54:11 +0200 Subject: [PATCH] build(deps): bump mockito-kotlin from 3.2.0 to 4.0.0 in /app (#4307) Bumps [mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/mockito/mockito-kotlin/releases) - [Commits](https://github.com/mockito/mockito-kotlin/compare/3.2.0...4.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 064c40997f89..9f6ab16d3c38 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -158,7 +158,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("org.robolectric:robolectric:4.6.1") testImplementation("org.mockito:mockito-core:4.0.0") - testImplementation("org.mockito.kotlin:mockito-kotlin:3.2.0") + testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0") testImplementation("net.javacrumbs.json-unit:json-unit-fluent:2.28.0") testImplementation("com.google.truth:truth:1.1.3") testImplementation("com.google.truth.extensions:truth-java8-extension:1.1.3")