Skip to content

Commit bc3cf73

Browse files
authored
Merge pull request #206 from yanggang-JV/feature/fix-log4j
* 升级log4j
2 parents 00aa4a4 + 20f2375 commit bc3cf73

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
* 优化功能:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 | - |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.27
1+
1.0.28

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ List jcommander = [
6565
]
6666

6767
List 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
]

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
2-
weidSdkVersion=1.8.2
2+
weidSdkVersion=1.8.3
33
repoType=cn
44
jdkTlsNamedGroups=secp256r1,secp256k1
55
signing.keyId=

0 commit comments

Comments
 (0)