This commit is contained in:
shimingxy 2020-04-26 16:55:57 +08:00
parent 191468898b
commit 9fa72d8aae
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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'

View File

@ -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