From 04add2675697fde3f3635c3dbf78557b66a863e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 02:11:25 +0000 Subject: [PATCH] Bump mockito-core from 2.28.2 to 3.7.7 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 3.7.7. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.28.2...v3.7.7) Signed-off-by: dependabot[bot] --- uhabits-android/build.gradle.kts | 2 +- uhabits-core/build.gradle.kts | 2 +- uhabits-server/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index ed45c7d4f..665fda0ea 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -80,7 +80,7 @@ dependencies { androidTestImplementation("com.linkedin.testbutler:test-butler-library:2.1.1") androidTestImplementation("io.ktor:ktor-client-mock:$ktorVersion") androidTestImplementation("io.ktor:ktor-jackson:$ktorVersion") - androidTestImplementation("org.mockito:mockito-core:2.28.2") + androidTestImplementation("org.mockito:mockito-core:3.7.7") androidTestImplementation("androidx.annotation:annotation:1.1.0") androidTestImplementation("androidx.test.ext:junit:1.1.2") androidTestImplementation("androidx.test.uiautomator:uiautomator:2.2.0") diff --git a/uhabits-core/build.gradle.kts b/uhabits-core/build.gradle.kts index dd948fd8e..6156aa863 100644 --- a/uhabits-core/build.gradle.kts +++ b/uhabits-core/build.gradle.kts @@ -63,7 +63,7 @@ kotlin { implementation("org.hamcrest:hamcrest:2.1") implementation("nl.jqno.equalsverifier:equalsverifier:2.4.8") implementation("org.apache.commons:commons-io:1.3.2") - implementation("org.mockito:mockito-core:2.28.2") + implementation("org.mockito:mockito-core:3.7.7") implementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") } } diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index f483c39a6..e14856be9 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { implementation("io.prometheus:simpleclient_httpserver:0.10.0") implementation("io.prometheus:simpleclient_hotspot:0.9.0") testImplementation("io.ktor:ktor-server-tests:$ktorVersion") - testImplementation("org.mockito:mockito-core:2.28.2") + testImplementation("org.mockito:mockito-core:3.7.7") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") }