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

github.com/nextcloud/android-library.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-10-26 10:18:25 +0300
committerGitHub <noreply@github.com>2022-10-26 10:18:25 +0300
commitf5d3dc3fd8a08d33f35dd301c9628965afb1bf0a (patch)
tree53c9b0f9b4ef3bf7ff909ef54b7d6b976f0d4c5f
parent8b1a3a23406b8ad0b2781c161264c578170f4dec (diff)
parent61e02e5d356abff233b709d551ee1ca8a7ea4d71 (diff)
Merge pull request #982 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.10
Bump gson from 2.9.1 to 2.10
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index ea825132..e7bf9697 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -51,7 +51,7 @@ dependencies {
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5'
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
implementation 'com.gitlab.bitfireAT:dav4jvm:2.1.3' // in transition phase, we use old and new libs
- implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
+ implementation group: 'com.google.code.gson', name: 'gson', version: '2.10'
implementation 'androidx.annotation:annotation:1.5.0'
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'