Skip to content

Commit 3f73757

Browse files
Bumping gson to gson:2.10.1 in jazon-core to support gson.Strictness (#34)
1 parent 821d9fc commit 3f73757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jazon-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ext {
66
apply from: '../gradle/publishing.gradle'
77

88
dependencies {
9-
compile group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
9+
compile group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
1010

1111
compileOnly 'org.projectlombok:lombok:1.18.12'
1212
annotationProcessor 'org.projectlombok:lombok:1.18.12'

0 commit comments

Comments
 (0)