Skip to content

Commit

Permalink
* Update deps and VERSION, and latest weid java sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoxinhu committed Jun 17, 2020
1 parent cc60c88 commit 63af3e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'

version = "1.5.2"
version = "1.5.3"

// Specify JDK version - may vary in different scenarios
sourceCompatibility = 1.8
Expand All @@ -36,15 +36,15 @@ repositories {
}

List lombok = [
'org.projectlombok:lombok:1.18.10'
'org.projectlombok:lombok:1.18.12'
]

List logger = [
"org.slf4j:jcl-over-slf4j:1.7.12",
"org.slf4j:jcl-over-slf4j:1.7.30",
"com.lmax:disruptor:3.3.7"
]

def spring_version = "4.3.16.RELEASE"
def spring_version = "4.3.27.RELEASE"
List spring = [
"org.springframework:spring-core:$spring_version",
"org.springframework:spring-beans:$spring_version",
Expand Down Expand Up @@ -84,7 +84,7 @@ List apache_commons = [

// In this section you declare the dependencies for your production and test code
List jackson = [
"com.fasterxml.jackson.core:jackson-databind:2.8.8.1",
"com.fasterxml.jackson.core:jackson-databind:2.11.0",
'io.netty:netty-all:4.1.15.Final',
'io.netty:netty-tcnative:2.0.0.Final',
'com.github.fge:json-schema-validator:2.2.6',
Expand All @@ -97,7 +97,7 @@ List jackson = [
]

List weid_java_sdk = [
'com.webank:weid-java-sdk:1.6.3'
'com.webank:weid-java-sdk:1.6.4'
]

List pdfbox = [
Expand Down

0 comments on commit 63af3e1

Please sign in to comment.