From c7349480c7d3b605b531b1e6a88bb3bdf62c0ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:07:56 +0000 Subject: [PATCH 1/2] Bump mockito-android from 3.7.7 to 3.9.0 Bumps [mockito-android](https://github.com/mockito/mockito) from 3.7.7 to 3.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.9.0) Signed-off-by: dependabot[bot] --- manga_sources/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manga_sources/build.gradle b/manga_sources/build.gradle index 8cbd16e01..eb086d6ef 100644 --- a/manga_sources/build.gradle +++ b/manga_sources/build.gradle @@ -44,7 +44,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:3.7.7' // required if you want to use Mockito for Android tests - androidTestImplementation 'org.mockito:mockito-android:3.7.7' + androidTestImplementation 'org.mockito:mockito-android:3.9.0' implementation "com.squareup.okhttp3:okhttp:4.9.1" implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.1" From ffbb6bf09bdfc25022ebb74f6e1482c75c694467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:08:27 +0000 Subject: [PATCH 2/2] Bump mockito-core from 3.7.7 to 3.9.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.7 to 3.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.9.0) Signed-off-by: dependabot[bot] --- manga_sources/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manga_sources/build.gradle b/manga_sources/build.gradle index 8cbd16e01..10fcc856a 100644 --- a/manga_sources/build.gradle +++ b/manga_sources/build.gradle @@ -42,7 +42,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - testImplementation 'org.mockito:mockito-core:3.7.7' + testImplementation 'org.mockito:mockito-core:3.9.0' // required if you want to use Mockito for Android tests androidTestImplementation 'org.mockito:mockito-android:3.7.7'