Skip to content

Commit

Permalink
Merge pull request #621 from ywy2090/release-2.4.1
Browse files Browse the repository at this point in the history
deps upgrades
  • Loading branch information
ywy2090 authored Jun 12, 2020
2 parents 87ee157 + 3148b41 commit fb0a632
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ verifyGoogleJavaFormat {
exclude '**/temp/*.java'
}

def spring_version = "4.3.25.RELEASE"
def spring_version = "4.3.27.RELEASE"

List logger = [
'org.slf4j:slf4j-log4j12:1.7.25'
//'org.slf4j:slf4j-api:1.7.25'
'org.slf4j:slf4j-log4j12:1.7.30'
//'org.slf4j:slf4j-api:1.7.30'
]

List spring = [
Expand All @@ -70,11 +70,11 @@ dependencies {
compile 'org.ethereum:solcJ-all:0.4.25'
compile logger, spring, alibaba
compile 'org.apache.commons:commons-lang3:3.1'
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.0'
compile 'io.netty:netty-all:4.1.32.Final'
compile 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
compile 'io.netty:netty-all:4.1.50.Final'
compile 'io.netty:netty-tcnative:2.0.25.Final'
compile 'io.netty:netty-tcnative-boringssl-static:2.0.27.Final'
compile 'com.google.guava:guava:28.1-jre'
compile 'com.google.guava:guava:29.0-jre'
compile 'commons-configuration:commons-configuration:1.10'
// web3j
compile 'org.apache.httpcomponents:httpclient:4.5.5',
Expand Down
12 changes: 6 additions & 6 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ verifyGoogleJavaFormat {
exclude '**/temp/*.java'
}

def spring_version = "4.3.25.RELEASE"
def spring_version = "4.3.27.RELEASE"

List logger = [
// 'org.slf4j:slf4j-log4j12:1.7.25'
'org.slf4j:slf4j-api:1.7.25'
// 'org.slf4j:slf4j-log4j12:1.7.30'
'org.slf4j:slf4j-api:1.7.30'
]

List spring = [
Expand All @@ -68,11 +68,11 @@ dependencies {
compile 'org.ethereum:solcJ-all:0.4.25'
compile logger, spring, alibaba
compile 'org.apache.commons:commons-lang3:3.1'
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.0'
compile 'io.netty:netty-all:4.1.32.Final'
compile 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
compile 'io.netty:netty-all:4.1.50.Final'
compile 'io.netty:netty-tcnative:2.0.25.Final'
compile 'io.netty:netty-tcnative-boringssl-static:2.0.27.Final'
compile 'com.google.guava:guava:28.1-jre'
compile 'com.google.guava:guava:29.0-jre'
compile 'commons-configuration:commons-configuration:1.10'
// web3j
compile 'org.apache.httpcomponents:httpclient:4.5.5',
Expand Down

0 comments on commit fb0a632

Please sign in to comment.