Skip to content

Commit 9f76424

Browse files
uplift gson to 2.8.5
1 parent bbc5d4c commit 9f76424

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 @@ dependencies {
1616
compile group: 'commons-lang', name: 'commons-lang', version:'2.4'
1717
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.21'
1818
compile group: 'org.zeromq', name: 'jeromq', version:'0.4.0'
19-
compile group: 'com.google.code.gson', name: 'gson', version:'2.7'
19+
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.5'
2020
compile group: 'com.google.guava', name: 'guava', version: '24.0-jre'
2121
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version:'2.6.0'
2222
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.6.0'
@@ -53,4 +53,4 @@ task e2eTest(type: Test) {
5353
exceptionFormat "full"
5454
}
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)