Skip to content

Commit

Permalink
Merge pull request #61 from auth0/chore/dependency/update-gson-2.8.9
Browse files Browse the repository at this point in the history
Bump GSON dependency to 2.8.9
  • Loading branch information
evansims authored Nov 4, 2021
2 parents 3c9680b + 3eeb2c9 commit ebe36d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.8.9'

testImplementation 'junit:junit:4.13'
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
Expand Down

0 comments on commit ebe36d2

Please sign in to comment.