Skip to content

Commit bc43f56

Browse files
Update dependency com.google.code.gson:gson from 2.11.0 to 2.12.1
1 parent 1246f9d commit bc43f56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/android-agp7/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
dependencies {
4444
implementation 'androidx.appcompat:appcompat:1.6.1'
4545

46-
implementation 'com.google.code.gson:gson:2.11.0'
46+
implementation 'com.google.code.gson:gson:2.12.1'
4747
// Required if generating JSR-303 annotations
4848
implementation 'javax.validation:validation-api:2.0.1.Final'
4949
implementation "androidx.core:core-ktx:1.13.1"

demo/android-agp7/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939

4040
// Required for @Generated annotation
4141
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")
4343
implementation("com.squareup.moshi:moshi:1.15.2")
4444
// Required if generating JSR-303 annotations
4545
implementation("javax.validation:validation-api:2.0.1.Final")

demo/android-agp7/lib2/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("androidx.core:core-ktx:1.13.1")
3737
implementation("androidx.appcompat:appcompat:1.6.1")
3838
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")
4040
androidTestImplementation("junit:junit:4.13.2")
4141
androidTestImplementation("androidx.test.ext:junit:1.2.1")
4242
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")

0 commit comments

Comments
 (0)