summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorTaco <SkytkRSfan3895@gmail.com>2024-03-04 16:17:44 -0500
committerGitHub <noreply@github.com>2024-03-04 22:17:44 +0100
commitc06a3a6d27c61910e06041c70d9113a7ef4c4c5f (patch)
tree4ef68e65b0fb09c20277b10ab56128a18b4dcbc4 /core/build.gradle
parent60f3d77eb2d41d49ad6fd999c39f5792f804a17e (diff)
downloadAntennaPod-c06a3a6d27c61910e06041c70d9113a7ef4c4c5f.zip
Update AGP and Gradle (#6954)
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle
index bff9eda59..53ccbb9da 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -77,7 +77,7 @@ dependencies {
testImplementation "androidx.test:core:$testCoreVersion"
testImplementation "org.awaitility:awaitility:$awaitilityVersion"
testImplementation "junit:junit:$junitVersion"
- testImplementation 'org.mockito:mockito-inline:3.5.13'
+ testImplementation 'org.mockito:mockito-core:5.11.0'
testImplementation "org.robolectric:robolectric:$robolectricVersion"
testImplementation 'javax.inject:javax.inject:1'
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"