升级依赖版本

This commit is contained in:
xuxueli 2019-04-19 16:40:28 +08:00
parent d1ed92c6cd
commit cb38e8f0a9
3 changed files with 11 additions and 11 deletions

View File

@ -1425,7 +1425,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
- 1、调度中心告警邮件发送组件改为 “spring-boot-starter-mail” - 1、调度中心告警邮件发送组件改为 “spring-boot-starter-mail”
- 2、任务告警逻辑调整改为通过扫描失败日志方式触发。一方面精确扫描失败任务降低扫描范围另一方面取消内存队列降低线程内存消耗 - 2、任务告警逻辑调整改为通过扫描失败日志方式触发。一方面精确扫描失败任务降低扫描范围另一方面取消内存队列降低线程内存消耗
- 3、记住密码功能优化选中时永久记住非选中时关闭浏览器即登出 - 3、记住密码功能优化选中时永久记住非选中时关闭浏览器即登出
- 4、项目依赖升级至较新稳定版本如spring、jackson、groovy、xxl-rpc等等 - 4、项目依赖升级至较新稳定版本quartz、spring、jackson、groovy、xxl-rpc等等
- 5、精简项目取消第三方依赖如 commons-collections4 ; - 5、精简项目取消第三方依赖如 commons-collections4 ;
- 6、底层Log调优应用正常终止取消异常栈信息打印 - 6、底层Log调优应用正常终止取消异常栈信息打印
- 7、交互优化尽量避免新开页面窗口仅WebIDE支持新开页并提供窗口快速关闭按钮 - 7、交互优化尽量避免新开页面窗口仅WebIDE支持新开页并提供窗口快速关闭按钮

10
pom.xml
View File

@ -26,21 +26,21 @@
<xxl-rpc.version>1.3.2</xxl-rpc.version> <xxl-rpc.version>1.3.2</xxl-rpc.version>
<spring-boot.version>1.5.19.RELEASE</spring-boot.version> <spring-boot.version>1.5.20.RELEASE</spring-boot.version>
<mybatis-spring-boot-starter.version>1.3.3</mybatis-spring-boot-starter.version> <mybatis-spring-boot-starter.version>1.3.4</mybatis-spring-boot-starter.version>
<mysql-connector-java.version>5.1.47</mysql-connector-java.version> <mysql-connector-java.version>5.1.47</mysql-connector-java.version>
<spring.version>4.3.22.RELEASE</spring.version> <spring.version>4.3.23.RELEASE</spring.version>
<freemarker.version>2.3.28</freemarker.version> <freemarker.version>2.3.28</freemarker.version>
<slf4j-api.version>1.7.25</slf4j-api.version> <slf4j-api.version>1.7.26</slf4j-api.version>
<junit.version>4.12</junit.version> <junit.version>4.12</junit.version>
<commons-exec.version>1.3</commons-exec.version> <commons-exec.version>1.3</commons-exec.version>
<commons-lang3.version>3.8.1</commons-lang3.version> <commons-lang3.version>3.8.1</commons-lang3.version>
<groovy.version>2.5.6</groovy.version> <groovy.version>2.5.6</groovy.version>
<quartz.version>2.3.0</quartz.version> <quartz.version>2.3.1</quartz.version>
</properties> </properties>