From 775326a0c53780d1db334709f08fb4a6c477ddf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 05:07:26 +0000 Subject: [PATCH] Bump gson from 2.8.8 to 2.8.9 Bumps [gson](https://github.com/google/gson) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.8...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/build.gradle | 2 +- paymentsheet-example/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"