Skip to content

Commit

Permalink
Bump gson from 2.9.0 to 2.9.1 (#5350)
Browse files Browse the repository at this point in the history
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](google/gson@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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2022
1 parent d2760a4 commit 56e9c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion financial-connections-example/build.gradle
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion paymentsheet-example/build.gradle
Expand Up @@ -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"
Expand Down

0 comments on commit 56e9c83

Please sign in to comment.