shimingxy 5 years ago
parent
commit
9fa72d8aae
3 changed files with 5 additions and 3 deletions
  1. 3 1
      ReleaseNotes.txt
  2. 1 1
      build.gradle
  3. 1 1
      gradle.properties

+ 3 - 1
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

+ 1 - 1
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'

+ 1 - 1
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