File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
dependencies {
44
44
implementation ' androidx.appcompat:appcompat:1.6.1'
45
45
46
- implementation ' com.google.code.gson:gson:2.11.0 '
46
+ implementation ' com.google.code.gson:gson:2.12.1 '
47
47
// Required if generating JSR-303 annotations
48
48
implementation ' javax.validation:validation-api:2.0.1.Final'
49
49
implementation " androidx.core:core-ktx:1.13.1"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
40
40
// Required for @Generated annotation
41
41
implementation(" org.glassfish:javax.annotation:10.0-b28" )
42
- implementation(" com.google.code.gson:gson:2.11.0 " )
42
+ implementation(" com.google.code.gson:gson:2.12.1 " )
43
43
implementation(" com.squareup.moshi:moshi:1.15.2" )
44
44
// Required if generating JSR-303 annotations
45
45
implementation(" javax.validation:validation-api:2.0.1.Final" )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation(" androidx.core:core-ktx:1.13.1" )
37
37
implementation(" androidx.appcompat:appcompat:1.6.1" )
38
38
implementation(" com.google.android.material:material:1.12.0" )
39
- implementation(" com.google.code.gson:gson:2.11.0 " )
39
+ implementation(" com.google.code.gson:gson:2.12.1 " )
40
40
androidTestImplementation(" junit:junit:4.13.2" )
41
41
androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
42
42
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
You can’t perform that action at this time.
0 commit comments