Skip to content

Commit 76c41c7

Browse files
dependabot[bot]dnys1
authored andcommitted
chore(deps): bump com.google.code.gson:gson from 2.8.9 to 2.10.1 in /packages/amplify_datastore/android (#3463)
chore(deps): bump com.google.code.gson:gson Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.10.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.8.9...gson-parent-2.10.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent feac3cc commit 76c41c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amplify_datastore/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ dependencies {
7676
implementation "com.amplifyframework:aws-api:2.10.0"
7777
implementation "com.amplifyframework:aws-datastore:2.10.0"
7878
implementation "com.amplifyframework:aws-api-appsync:2.10.0"
79-
implementation 'com.google.code.gson:gson:2.8.9'
79+
implementation 'com.google.code.gson:gson:2.10.1'
8080
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
8181

8282
testImplementation 'junit:junit:4.13.2'
8383
testImplementation 'org.mockito:mockito-core:5.4.0'
8484
testImplementation 'org.mockito:mockito-inline:5.2.0'
8585
testImplementation 'androidx.test:core:1.5.0'
86-
testImplementation 'com.google.code.gson:gson:2.8.9'
86+
testImplementation 'com.google.code.gson:gson:2.10.1'
8787
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2'
8888

8989
// Tests must be updated if bumped

0 commit comments

Comments
 (0)