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

github.com/nextcloud/talk-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-02-12 13:03:20 +0300
committerGitHub <noreply@github.com>2022-02-12 13:03:20 +0300
commita13dbfd5e5d554fe844229c1607ed4f69aa58189 (patch)
treed710944312de1fecd3fb0eeef64d3f1525333a6c /app/build.gradle
parent348b1b8431af0e589ad45eaa93d3cb65e49d1dd7 (diff)
Bump gson from 2.8.9 to 2.9.0
Bumps [gson](https://github.com/google/gson) from 2.8.9 to 2.9.0. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.9...gson-parent-2.9.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 013b7844c..53e68a225 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -215,7 +215,7 @@ dependencies {
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
implementation 'com.bluelinelabs:logansquare:1.3.7'
- implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.13.1'
kapt 'com.bluelinelabs:logansquare-compiler:1.3.7'
implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"
@@ -275,7 +275,7 @@ dependencies {
implementation "com.afollestad.material-dialogs:bottomsheets:${materialDialogsVersion}"
implementation "com.afollestad.material-dialogs:lifecycle:${materialDialogsVersion}"
- implementation 'com.google.code.gson:gson:2.8.9'
+ implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.android.exoplayer:exoplayer:2.16.0'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'