From a071508b9433a6826ec593e177b32e06cb28d5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:10:34 +0000 Subject: [PATCH] Bump com.google.code.gson:gson in /android-refimpl-app Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index 3a7b92c08..504ce46c0 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -396,7 +396,7 @@ dependencies { androidTestImplementation 'androidx.multidex:multidex:2.0.1' androidTestImplementation 'androidx.multidex:multidex-instrumentation:2.0.0' implementation 'info.guardianproject.netcipher:netcipher:2.1.0' - implementation 'com.google.code.gson:gson:2.11.0' + implementation 'com.google.code.gson:gson:2.12.1' implementation 'com.github.medyo:android-about-page:1.2.4' implementation 'de.hdodenhof:circleimageview:2.2.0' implementation 'me.zhanghai.android.patternlock:library:2.1.2'