File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/amplify_datastore/android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ dependencies {
76
76
implementation " com.amplifyframework:aws-api:2.10.0"
77
77
implementation " com.amplifyframework:aws-datastore:2.10.0"
78
78
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 '
80
80
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
81
81
82
82
testImplementation ' junit:junit:4.13.2'
83
83
testImplementation ' org.mockito:mockito-core:5.4.0'
84
84
testImplementation ' org.mockito:mockito-inline:5.2.0'
85
85
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 '
87
87
testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2'
88
88
89
89
// Tests must be updated if bumped
You can’t perform that action at this time.
0 commit comments