mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-01 18:05:28 +08:00
fastjson 新安全漏洞修复解决;
第三方登录bug处理; IE兼容js本地化提高前端加载速度
This commit is contained in:
@ -143,7 +143,7 @@
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>1.2.60</version>
|
||||
<version>1.2.69</version>
|
||||
</dependency>
|
||||
|
||||
<!--mysql-->
|
||||
@ -314,7 +314,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>4.5.11</version>
|
||||
<version>5.0.7</version>
|
||||
</dependency>
|
||||
|
||||
<!-- mini文件存储服务 -->
|
||||
|
||||
Reference in New Issue
Block a user