diff --git a/library/build.gradle b/library/build.gradle index f61293c25a..4d3ece1935 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -63,7 +63,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:5.1.0' implementation 'com.github.bitfireAT:dav4jvm:2.2.1' // in transition phase, we use old and new libs - implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1' + implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2' implementation 'androidx.annotation:annotation:1.9.1' compileOnly 'com.google.code.findbugs:annotations:3.0.1'