Skip to content

Commit

Permalink
updating gson to 2.10 to support gson.Strictness (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-zendesk authored Dec 9, 2024
1 parent dc1ff78 commit 5fa63fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jazon-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
apply from: '../gradle/publishing.gradle'

dependencies {
compile group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
compile group: 'com.google.code.gson', name: 'gson', version: '2.10'

compileOnly 'org.projectlombok:lombok:1.18.12'
annotationProcessor 'org.projectlombok:lombok:1.18.12'
Expand Down

0 comments on commit 5fa63fb

Please sign in to comment.