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 05:14:49 +0300
committerGitHub <noreply@github.com>2022-08-06 05:14:49 +0300
commit672d2b6b1aa5a7b34f77f8fad988662c47951a19 (patch)
tree92b48c1b43452dfce4d35603f43545499eb410bd
parentdb3506c9826b300855ab21cee903ee4ab519763f (diff)
parentde167f2bcaab782a0fb22f900a84fe0e7b294d7d (diff)
Merge pull request #472 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.9.1
-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'