升级fastjson,修复Fastjson 反序列化任意代码执行漏洞风险
parent
a7cda77d55
commit
b6c4f3814c
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue