diff --git a/example/build.gradle b/example/build.gradle index 2b75d22ba21..20dc71bdf71 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation "com.squareup.retrofit2:retrofit:$retrofitVersion" /* Used to make Retrofit easier and GSON & Rx-compatible*/ - implementation 'com.google.code.gson:gson:2.9.0' + implementation 'com.google.code.gson:gson:2.9.1' implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion" implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0' diff --git a/financial-connections-example/build.gradle b/financial-connections-example/build.gradle index c64aa0a9ae9..2cbdee9e74d 100644 --- a/financial-connections-example/build.gradle +++ b/financial-connections-example/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation "androidx.appcompat:appcompat:$androidxAppcompatVersion" implementation "androidx.core:core-ktx:$androidxCoreVersion" implementation "com.google.android.material:material:$materialVersion" - implementation 'com.google.code.gson:gson:2.9.0' + implementation 'com.google.code.gson:gson:2.9.1' implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0' implementation "com.squareup.retrofit2:retrofit:$retrofitVersion" implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion" diff --git a/paymentsheet-example/build.gradle b/paymentsheet-example/build.gradle index f7c8684d888..25eb0ab8e2c 100644 --- a/paymentsheet-example/build.gradle +++ b/paymentsheet-example/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0' implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0" implementation 'com.github.kittinunf.fuel:fuel:2.3.1' - implementation 'com.google.code.gson:gson:2.9.0' + implementation 'com.google.code.gson:gson:2.9.1' implementation 'com.godaddy.android.colorpicker:compose-color-picker-android:0.4.2' implementation "androidx.compose.ui:ui:$androidxComposeVersion"