Skip to content

Commit c738c16

Browse files
wenshaofabienrenaud
authored andcommitted
fastjson 2.0.55
1 parent 98739f7 commit c738c16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ dependencies {
4545
implementation group: 'com.dslplatform', name: 'dsl-json', version: "${dslJsonVersion}"
4646
annotationProcessor group: 'com.dslplatform', name: 'dsl-json', version: "${dslJsonVersion}"
4747
// FastJson
48-
implementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.54'
49-
implementation group: 'com.alibaba.fastjson2', name: 'fastjson2-incubator-vector', version: '2.0.54'
48+
implementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.55'
5049
// FlexJson
5150
implementation group: 'net.sf.flexjson', name: 'flexjson', version: '3.3'
5251
// GENSON

0 commit comments

Comments
 (0)