From 9fa72d8aaeec2f689475bbf223c88ddf826c86cf Mon Sep 17 00:00:00 2001 From: shimingxy Date: Sun, 26 Apr 2020 16:55:57 +0800 Subject: [PATCH] v1.4.0GA --- ReleaseNotes.txt | 4 +++- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 1eca3e94..5ffc2df8 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -18,8 +18,10 @@ MaxKey v 1.4.0 GA 2020/05/01 *(MAXKEY-200511) 国际化操作提示 *(MAXKEY-200512) SAML2.0增加签名和摘要配置 *(MAXKEY-200513) 优化界面,强化提交表单验证功能 - *(MAXKEY-200514) 组件升级 + *(MAXKEY-200514) 组件版本升级 mybatis-jpa-extra v2.0 + JustAuth 1.15.1 + log4j 2.13.2 bootstrap 4.4.1 bootstrap-table v1.16.0 jquery 3.5.0 diff --git a/build.gradle b/build.gradle index 0c424e6b..4a8cc6ca 100644 --- a/build.gradle +++ b/build.gradle @@ -208,7 +208,7 @@ subprojects { compile group: 'net.minidev', name: 'asm', version: '1.0.2' //oauth third party JustAuth compile group: 'com.xkcoding.http', name: 'simple-http', version: '1.0' - compile group: 'me.zhyd.oauth', name: 'JustAuth', version: '1.14.0' + compile group: 'me.zhyd.oauth', name: 'JustAuth', version: '1.15.1' //common compile group: 'org.javassist', name: 'javassist', version: '3.23.0-GA' compile group: 'org.owasp.esapi', name: 'esapi', version: '2.2.0.0' diff --git a/gradle.properties b/gradle.properties index 8aa70854..a1fd0c75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ vendor =https://github.com/shimingxy/MaxKey author =shimingxy #Version For use jar jackson2Version =2.9.8 -log4jVersion =2.13.1 +log4jVersion =2.13.2 springVersion =5.2.5.RELEASE springBootVersion =2.2.6.RELEASE springSecurityVersion =5.3.0.RELEASE