Skip to content

Commit 6226be6

Browse files
Merge pull request #62 from cisco-system-traffic-generator/jackson-databind-uplift
uplift jackson-databind to 2.9.8
2 parents ef2da12 + 8082c68 commit 6226be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
compile group: 'org.zeromq', name: 'jeromq', version:'0.4.0'
1919
compile group: 'com.google.code.gson', name: 'gson', version:'2.7'
2020
compile group: 'com.google.guava', name: 'guava', version: '24.0-jre'
21-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.6.0'
21+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.9.8'
2222
testCompile group: 'junit', name: 'junit', version: '4.12'
2323

2424
sourceSets {

0 commit comments

Comments
 (0)