Skip to content

Commit 6ddefcc

Browse files
authored
Merge pull request #63 from WeBankFinTech/release/1.5.6
Release/1.5.6
2 parents a3abf4f + 1adcc57 commit 6ddefcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'java'
1616
apply plugin: 'eclipse'
1717
apply plugin: 'idea'
1818

19-
version = "1.5.5"
19+
version = "1.5.6"
2020

2121
// Specify JDK version - may vary in different scenarios
2222
sourceCompatibility = 1.8
@@ -78,7 +78,7 @@ List json = [
7878
]
7979

8080
List weid_java_sdk = [
81-
'com.webank:weid-java-sdk:1.7.1'
81+
'com.webank:weid-java-sdk:1.8.0'
8282
]
8383

8484
// In this section you declare the dependencies for your production and test code

0 commit comments

Comments
 (0)