diff --git a/app/build.gradle b/app/build.gradle index 7e5478a..ac2523b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation 'junit:junit:4.12' implementation 'com.twilio:chat-android:6.0.0' implementation 'com.squareup.okhttp3:okhttp:4.4.0' - implementation 'com.google.code.gson:gson:2.8.5' + implementation 'com.google.code.gson:gson:2.9.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0'