Skip to content

Commit 4f0511f

Browse files
authored
Merge pull request #10 from ozkanpakdil/dependabot/gradle/com.alibaba-fastjson-2.0.17
Bump fastjson from 1.2.78 to 2.0.17
2 parents 979abca + 3f86f54 commit 4f0511f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
// FlexJson
5050
implementation group: 'net.sf.flexjson', name: 'flexjson', version: '3.3'
5151
// FastJson
52-
implementation group: 'com.alibaba', name: 'fastjson', version: '1.2.78'
52+
implementation group: 'com.alibaba', name: 'fastjson', version: '2.0.17'
5353
// json-io
5454
implementation group: 'com.cedarsoftware', name: 'json-io', version: '4.14.0'
5555
// boon

0 commit comments

Comments
 (0)