Skip to content

Commit 821d9fc

Browse files
Revert "updating gson to 2.10 to support gson.Strictness (#32)" (#33)
This reverts commit 5fa63fb.
1 parent 5fa63fb commit 821d9fc

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.10'
9+
compile group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
1010

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

0 commit comments

Comments
 (0)