From 507a0a815de9c958191998491a891a0fe30338c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:30:29 +0000 Subject: [PATCH] fix(deps): update dependency com.google.code.gson:gson to v2.11.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1b053064..21709cb3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" implementation 'com.android.volley:volley:1.2.1' implementation 'io.github.g00fy2:versioncompare:1.5.0' - implementation 'com.google.code.gson:gson:2.10.1' + implementation 'com.google.code.gson:gson:2.11.0' testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"