diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 1eca3e94d42894d157c4661042948ada57d65848..5ffc2df80c2221fe4472c50ebd8b333b2f532376 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 0c424e6bd21f42506ceb2dad4fca0358487d963d..4a8cc6caa93ae74fa2408ce0be5a5a61ec443bc3 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 8aa70854acbeb23a471bb60141d56c9c029046e7..a1fd0c75f697ecb304b0224dd2799bacd78f37ee 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