Skip to content

Commit

Permalink
Merge pull request #526 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 committed Nov 4, 2021
2 parents c616b5c + b384c49 commit 270d4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
implementation 'androidx.browser:browser:1.3.0'
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
implementation "com.squareup.okhttp3:logging-interceptor:$okhttpVersion"
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.8.9'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
Expand All @@ -122,4 +122,4 @@ dependencies {
testImplementation 'com.jayway.awaitility:awaitility:1.7.0'
testImplementation 'org.robolectric:robolectric:4.4'
testImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
}
}

0 comments on commit 270d4f4

Please sign in to comment.