From 38c0eeae79253a9bfb0d5f1b19f63c31c4364b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A3=E7=BA=AC?= Date: Mon, 4 Jan 2021 18:15:30 +0800 Subject: [PATCH] update fastjson version. --- arouter-compiler/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arouter-compiler/build.gradle b/arouter-compiler/build.gradle index 374d9a7c..ed33584d 100644 --- a/arouter-compiler/build.gradle +++ b/arouter-compiler/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.5' implementation 'org.apache.commons:commons-collections4:4.1' - implementation 'com.alibaba:fastjson:1.2.48' + implementation 'com.alibaba:fastjson:1.2.69' } apply from: '../install.gradle'