We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcab3ef commit 6a17896Copy full SHA for 6a17896
test-app/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
// https://mvnrepository.com/artifact/org.slf4j/slf4j-android
49
compile group: 'org.slf4j', name: 'slf4j-android', version: '1.7.25'
50
// EXAMPLE REPLACE gson json parsing with jackson-databind json parsing.
51
- compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.6'
+ compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.8'
52
53
testCompile "junit:junit:$junit_ver"
54
testCompile "org.mockito:mockito-core:$mockito_ver"
0 commit comments