Skip to content

Commit

Permalink
Merge pull request #16 from fortify/akaryakina-gson-security-upgrade
Browse files Browse the repository at this point in the history
Updating gson libraries
  • Loading branch information
akaryakina committed Jul 21, 2022
2 parents bfc51f8 + 062008f commit f3d41a2
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 f3d41a2

Please sign in to comment.