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.
1 parent c738c16 commit 2f746d8Copy full SHA for 2f746d8
build.gradle
@@ -45,7 +45,7 @@ dependencies {
45
implementation group: 'com.dslplatform', name: 'dsl-json', version: "${dslJsonVersion}"
46
annotationProcessor group: 'com.dslplatform', name: 'dsl-json', version: "${dslJsonVersion}"
47
// FastJson
48
- implementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.55'
+ implementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.56'
49
// FlexJson
50
implementation group: 'net.sf.flexjson', name: 'flexjson', version: '3.3'
51
// GENSON
0 commit comments