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-08-06 04:02:10 +0300
committerGitHub <noreply@github.com>2022-08-06 04:02:10 +0300
commitde167f2bcaab782a0fb22f900a84fe0e7b294d7d (patch)
tree92b48c1b43452dfce4d35603f43545499eb410bd
parentdb3506c9826b300855ab21cee903ee4ab519763f (diff)
Bump gson from 2.9.0 to 2.9.1
Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1. - [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.0...gson-parent-2.9.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... 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 e700413..2996c12 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.0'
+ api 'com.google.code.gson:gson:2.9.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'