Skip to content

Commit

Permalink
Updating gson libraries
Browse files Browse the repository at this point in the history
Due to the recent vulnerability discovery
  • Loading branch information
akaryakina authored Jul 19, 2022
1 parent bfc51f8 commit 062008f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
implementation 'io.swagger:swagger-annotations:1.6.6'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'io.gsonfire:gson-fire:1.8.4'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'io.gsonfire:gson-fire:1.8.5'
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("javax.annotation:javax.annotation-api:1.3.2")
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 062008f

Please sign in to comment.