We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 979abca + 3f86f54 commit 4f0511fCopy full SHA for 4f0511f
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
// FlexJson
50
implementation group: 'net.sf.flexjson', name: 'flexjson', version: '3.3'
51
// FastJson
52
- implementation group: 'com.alibaba', name: 'fastjson', version: '1.2.78'
+ implementation group: 'com.alibaba', name: 'fastjson', version: '2.0.17'
53
// json-io
54
implementation group: 'com.cedarsoftware', name: 'json-io', version: '4.14.0'
55
// boon
0 commit comments