From 95b0d7af00df93688f185c0e3f802995cfc3f61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:50:27 +0530 Subject: [PATCH] Bump com.google.code.gson:gson from 2.8.9 to 2.10.1 (#75) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- navi-alfred/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e533526..187a2df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.8.0' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0' - implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.code.gson:gson:2.10.1' implementation project(path: ':navi-alfred') implementation "com.github.anrwatchdog:anrwatchdog:1.4.0" diff --git a/navi-alfred/build.gradle b/navi-alfred/build.gradle index b09ae2f..a40584f 100644 --- a/navi-alfred/build.gradle +++ b/navi-alfred/build.gradle @@ -93,7 +93,7 @@ dependencies { // Timber for logging implementation 'com.jakewharton.timber:timber:5.0.1' // Gson - implementation 'com.google.code.gson:gson:2.9.0' + implementation 'com.google.code.gson:gson:2.10.1' // Firebase SDK for Push Notification api 'com.google.firebase:firebase-analytics-ktx' // Firebase SDK for Google Analytics (Kotlin)