Bump com.google.code.gson:gson from 2.8.9 to 2.10.1 (#75)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-21 11:50:27 +05:30
committed by GitHub
parent 55e0b4ca15
commit 95b0d7af00
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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)