Skip to content

Commit f3eaef4

Browse files
authored
Merge pull request #3649 from forfreeday/feature/security_fixes
fix security issues
2 parents aa0384b + c38401a commit f3eaef4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chainbase/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
compile group: 'org.rocksdb', name: 'rocksdbjni', version: '5.15.10'
4141
compile group: 'com.typesafe', name: 'config', version: '1.3.2'
4242
compile 'com.github.tronprotocol:zksnark-java-sdk:master-SNAPSHOT'
43-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.5'
43+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10.3'
4444
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.8.5'
4545
compile project(":protocol")
4646
compile project(":common")

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
testCompile group: 'junit', name: 'junit', version: '4.12'
3939
compile "com.madgag.spongycastle:core:1.58.0.0"
4040
compile "com.madgag.spongycastle:prov:1.58.0.0"
41-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.5'
41+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10.3'
4242
compile "com.cedarsoftware:java-util:1.8.0"
4343
compile group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.1'
4444
compile group: 'commons-codec', name: 'commons-codec', version: '1.11'

framework/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858

5959
compile group: 'com.google.inject', name: 'guice', version: '4.1.0'
6060

61-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.5'
61+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10.3'
6262
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.8.5'
6363

6464
compile group: 'io.dropwizard.metrics', name: 'metrics-core', version: '3.1.2'
@@ -75,7 +75,7 @@ dependencies {
7575
// http
7676
compile 'org.eclipse.jetty:jetty-server:9.4.11.v20180605'
7777
compile 'org.eclipse.jetty:jetty-servlet:9.4.11.v20180605'
78-
compile 'com.alibaba:fastjson:1.2.60'
78+
compile 'com.alibaba:fastjson:1.2.70'
7979
compile group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.1'
8080
// end http
8181

0 commit comments

Comments
 (0)