Skip to content

Commit 0f77b2d

Browse files
wenshaofabienrenaud
authored andcommitted
fastjson 2.0.54
1 parent 1edfae9 commit 0f77b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ 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.51'
49-
implementation group: 'com.alibaba.fastjson2', name: 'fastjson2-incubator-vector', version: '2.0.51'
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'
5050
// FlexJson
5151
implementation group: 'net.sf.flexjson', name: 'flexjson', version: '3.3'
5252
// GENSON

0 commit comments

Comments
 (0)