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

github.com/nextcloud/Android-SingleSignOn.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-10-29 04:02:17 +0300
committerGitHub <noreply@github.com>2022-10-29 04:02:17 +0300
commit19accc4a6b3f31b03fc36a616155b696cc534252 (patch)
tree35e6b0932687b0f4b7d00a505e8ba468e450fbbd
parentb632dece13f70e2ba309bbfd87f72e0260c11b77 (diff)
Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10. - [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.9.1...gson-parent-2.10) --- 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>
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 4a68729..bf914d9 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -108,7 +108,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.24"
annotationProcessor "org.projectlombok:lombok:1.18.24"
- api 'com.google.code.gson:gson:2.9.1'
+ api 'com.google.code.gson:gson:2.10'
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'