From 56e9c83c74e5f89c343dc99fa1c9a1293935a721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:29:51 -0700 Subject: [PATCH] Bump gson from 2.9.0 to 2.9.1 (#5350) Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1. - [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.9.0...gson-parent-2.9.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/build.gradle | 2 +- financial-connections-example/build.gradle | 2 +- paymentsheet-example/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"