Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-29 19:50:47 +0300
committerGitHub <noreply@github.com>2022-07-29 19:50:47 +0300
commit7faa0d85fa38e925b5cdabedb67d0e488f039cb9 (patch)
tree3fefe9ebe912d9f243015618a0b617011f364588
parent1c3029f41f01e20f92f1e129261a992b67d49a32 (diff)
Bump OKHTTP_VERSION from 3.12.13 to 4.10.0dependabot/gradle/OKHTTP_VERSION-4.10.0
Bumps `OKHTTP_VERSION` from 3.12.13 to 4.10.0. Updates `okhttp` from 3.12.13 to 4.10.0 - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.12.13...parent-4.10.0) Updates `logging-interceptor` from 3.12.13 to 4.10.0 - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.12.13...parent-4.10.0) Updates `mockwebserver` from 3.12.13 to 4.10.0 - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.12.13...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:mockwebserver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--News-Android-App/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 569e3f42..86628ef9 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -112,9 +112,9 @@ repositories {
maven { url 'https://guardian.github.io/maven/repo-releases' } //needed for com.gu:option:1.3 in Android-DirectoryChooser
}
-final DAGGER_VERSION = '2.41'
+final DAGGER_VERSION = '2.42'
final ESPRESSO_VERSION = '3.4.0'
-final OKHTTP_VERSION = '3.12.13'
+final OKHTTP_VERSION = '4.10.0'
final MOCKITO_VERSION = '3.8.0'
final RETROFIT_VERSION = '2.9.0'