Index: build.gradle =================================================================== diff -u -r34039 -r34290 --- build.gradle (.../build.gradle) (revision 34039) +++ build.gradle (.../build.gradle) (revision 34290) @@ -219,7 +219,7 @@ ext.springVersion = '4.2.4.RELEASE' ext.springSecurityVersion = '3.2.9.RELEASE' ext.hibernateVersion = '4.3.11.Final' - ext.struts2Version = '2.5.26' + ext.struts2Version = '2.5.30' ext.cxfVersion = '3.1.5' ext.encoding = 'UTF-8' ext.webInfDir = "../ssts-web/src/main/webapp/WEB-INF" @@ -513,7 +513,7 @@ compile group: 'org.jsoup', name: 'jsoup', version: '1.11.3' compile group: 'com.belerweb', name: 'pinyin4j', version:'2.5.0' - compile group: 'com.alibaba', name: 'fastjson', version:'1.2.83' + compile group: 'com.alibaba.fastjson2', name: 'fastjson2', version:'2.0.10' compile group: 'backport-util-concurrent', name: 'backport-util-concurrent', version:'3.1'