Skip to content

Commit e443fda

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.1 (#564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 219f8b6 commit e443fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation project(':capacitor-android')
5858
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
5959
implementation 'io.github.g00fy2:versioncompare:1.5.0'
60-
implementation 'com.google.code.gson:gson:2.13.0'
60+
implementation 'com.google.code.gson:gson:2.13.1'
6161
testImplementation "junit:junit:$junitVersion"
6262
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
6363
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"

0 commit comments

Comments
 (0)