升级fastjson,修复Fastjson 反序列化任意代码执行漏洞风险

back_recharge
jiahuiwen 2022-06-15 09:38:08 +08:00
parent a7cda77d55
commit b6c4f3814c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ dependencies {
compile group: 'cn.thinkingdata', name: 'thinkingdatasdk', version: '1.5.1'
// compile("org.luaj:luaj-jse:3.0.1")
compile("org.apache.thrift:libthrift:0.9.2")
compile("com.alibaba:fastjson:1.2.47")
compile("com.alibaba:fastjson:1.2.83")
compile("org.apache.httpcomponents:httpclient:4.5.3")
compile files("${System.properties['java.home']}/../lib/tools.jar")
}