Skip to content

Commit

Permalink
fix: potential vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 17, 2022
1 parent 1324227 commit 59ccdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation 'com.android.volley:volley:1.2.1'
implementation 'io.github.g00fy2:versioncompare:1.5.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.9.1'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
Expand Down

0 comments on commit 59ccdd1

Please sign in to comment.