Skip to content

Commit 32b2525

Browse files
committed
* modify the sdk version and add changelog
* upgrade spring to 5.3.2
1 parent bb055e6 commit 32b2525

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### V1.0.23 (2021-01-26)
2+
3+
* 新增功能:
4+
1. 支持国密版本安装部署
5+
2. 新增数据概览面板
6+
3. 支持CPT实时链上查询和分页查询
7+
4. 支持Policy链上注册及查询
18

29
### V1.0.22 (2020-12-20)
310

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.2.2.RELEASE'
2+
id 'org.springframework.boot' version '2.4.1'
33
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
44
id 'java'
55
}
@@ -96,7 +96,7 @@ List redis_driver = [
9696
"org.redisson:redisson:3.13.1"
9797
]
9898

99-
def spring_version = "5.2.8.RELEASE"
99+
def spring_version = "5.3.2"
100100
List spring = [
101101
"org.springframework:spring-aop:$spring_version",
102102
"org.springframework:spring-beans:$spring_version",

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.0-rc.3-SNAPSHOT
2+
weidSdkVersion=1.8.0
33
repoType=cn
44
jdkTlsNamedGroups=secp256r1,secp256k1
55
signing.keyId=

0 commit comments

Comments
 (0)