8000 upgrade jackson for test app (#246) · optimizely/android-sdk@6a17896 · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 6a17896

Browse files
upgrade jackson for test app (#246)
1 parent fcab3ef commit 6a17896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
// https://mvnrepository.com/artifact/org.slf4j/slf4j-android
4949
compile group: 'org.slf4j', name: 'slf4j-android', version: '1.7.25'
5050
// EXAMPLE REPLACE gson json parsing with jackson-databind json parsing.
51-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.6'
51+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.8'
5252

5353
testCompile "junit:junit:$junit_ver"
5454
testCompile "org.mockito:mockito-core:$mockito_ver"

0 commit comments

Comments
 (0)
0