File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ ### V1.0.28 (2021-12-11)
2+
3+ * 优化功能:
4+ 1 . 升级log4j到2.15.0
5+
16### V1.0.27 (2021-06-10)
27
38* 优化功能:
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ WeIdentity JAVA SDK安装部署工具
1111
1212| weid-build-tools 版本 | weid-java-sdk 版本 | weid-contract-java 版本 | 备注 |
1313| :---- | :---- | :---- | :---- |
14+ | v1.0.28 | v1.8.3 | v1.2.30 | 升级log4j |
1415| v1.0.27 | v1.8.2 | v1.2.30 | - |
1516| v1.0.26 | v1.8.1 | v1.2.30 | - |
1617| v1.0.25 | v1.8.0 | v1.2.29 | - |
Original file line number Diff line number Diff line change 1- 1.0.27
1+ 1.0.28
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ List jcommander = [
6565]
6666
6767List log4j = [
68- " org.apache.logging.log4j:log4j-api:2.13.3 " ,
69- " org.apache.logging.log4j:log4j-web:2.13.3 " ,
70- " org.apache.logging.log4j:log4j-core:2.13.3 " ,
71- " org.apache.logging.log4j:log4j-jcl:2.13.3 " ,
72- " org.apache.logging.log4j:log4j-slf4j-impl:2.13.3 " ,
68+ " org.apache.logging.log4j:log4j-api:2.15.0 " ,
69+ " org.apache.logging.log4j:log4j-web:2.15.0 " ,
70+ " org.apache.logging.log4j:log4j-core:2.15.0 " ,
71+ " org.apache.logging.log4j:log4j-jcl:2.15.0 " ,
72+ " org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 " ,
7373 " org.slf4j:jul-to-slf4j:1.7.30" ,
7474 " org.slf4j:slf4j-api:1.7.30"
7575]
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =' -Dfile.encoding=UTF-8'
2- weidSdkVersion =1.8.2
2+ weidSdkVersion =1.8.3
33repoType =cn
44jdkTlsNamedGroups =secp256r1,secp256k1
55signing.keyId =
You can’t perform that action at this time.
0 commit comments