Skip to content

Commit

Permalink
fix(deps): update dependency com.google.code.gson:gson to v2.10.1 (#775)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 29, 2023
1 parent 6411230 commit f22278c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-runtime/runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
api 'androidx.test.espresso:espresso-idling-resource:3.4.0'
api 'com.google.code.gson:gson:2.9.1'
api 'com.google.code.gson:gson:2.10.1'
api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
}
Expand Down

0 comments on commit f22278c

Please sign in to comment.