diff --git a/example/build.gradle b/example/build.gradle index 6f0791150cc..747b097869d 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation "com.squareup.retrofit2:retrofit:$retrofitVersion" /* Used to make Retrofit easier and GSON & Rx-compatible*/ - implementation 'com.google.code.gson:gson:2.8.8' + implementation 'com.google.code.gson:gson:2.8.9' implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion" implementation 'com.squareup.okhttp3:logging-interceptor:4.9.2' diff --git a/paymentsheet-example/build.gradle b/paymentsheet-example/build.gradle index 5f9a721566e..eaa2975c153 100644 --- a/paymentsheet-example/build.gradle +++ b/paymentsheet-example/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'com.squareup.okhttp3:logging-interceptor:4.9.2' 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.8.8' + implementation 'com.google.code.gson:gson:2.8.9' implementation "androidx.compose.ui:ui:$composeVersion" // Tooling support (Previews, etc.) implementation "androidx.compose.ui:ui-tooling:$composeVersion"