fix(deps): update dependency com.google.code.gson:gson to v2.11.0

This commit is contained in:
renovate[bot] 2024-05-19 19:34:19 +00:00 committed by GitHub
parent 5344b34527
commit 44c085d5d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.11.0' implementation 'com.squareup.retrofit2:retrofit:2.11.0'
// Gson // Gson
implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.code.gson:gson:2.11.0'
// ReactiveX // ReactiveX
implementation 'io.reactivex.rxjava2:rxjava:2.2.21' implementation 'io.reactivex.rxjava2:rxjava:2.2.21'