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") }