Skip to content

Commit

Permalink
Update gson to v2.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Khushboo Rajput <[email protected]>
  • Loading branch information
khushbr committed Sep 11, 2023
1 parent b513a2e commit e61def7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ dependencies {
compile 'org.bouncycastle:bcpkix-jdk15to18:1.74'
compile 'org.xerial:sqlite-jdbc:3.41.2.2'
compile 'com.google.guava:guava:32.0.1-jre'
compile 'com.google.code.gson:gson:2.9.0'
compile 'com.google.code.gson:gson:2.10.1'
compile 'org.checkerframework:checker-qual:3.33.0'
compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonDataBindVersion}"
Expand Down

0 comments on commit e61def7

Please sign in to comment.