Skip to content

Commit 6c85791

Browse files
authored
Bump GSON dependency to 2.8.9
This change bumps [the GSON dependency to 2.8.9](https://github.com/google/gson/releases/tag/gson-parent-2.8.9) to resolve a potential vulnerability in earlier versions of the library reported: https://app.snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327
1 parent 0fc277e commit 6c85791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
implementation 'androidx.recyclerview:recyclerview:1.2.1'
7070
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
7171
implementation 'com.google.android.material:material:1.4.0'
72-
implementation 'com.google.code.gson:gson:2.8.7'
72+
implementation 'com.google.code.gson:gson:2.8.9'
7373
implementation 'com.squareup:otto:1.3.8'
7474
api 'com.auth0.android:auth0:2.5.0'
7575
testImplementation 'junit:junit:4.13.2'
@@ -81,4 +81,4 @@ dependencies {
8181
testImplementation 'com.squareup.okhttp3:okhttp-tls:4.9.0'
8282
testImplementation 'com.jayway.awaitility:awaitility:1.7.0'
8383
testImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
84-
}
84+
}

0 commit comments

Comments
 (0)