Skip to content

Commit 1e6f871

Browse files
version updates from source clear (#220)
1 parent 80a89c8 commit 1e6f871

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ext {
6161
support_test_runner_ver = "0.5"
6262
dexmaker_ver = "1.2"
6363
espresso_ver = "2.2.2"
64-
gson_ver = "2.6.2"
64+
gson_ver = "2.8.5"
6565
group_id = "com.optimizely.ab"
6666
}
6767

test-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ dependencies {
4646
compile 'com.android.support:design:24.2.1'
4747
// EXAMPLE REPLACE noveogroup android-looger with slf4j-android logger
4848
// https://mvnrepository.com/artifact/org.slf4j/slf4j-android
49-
compile group: 'org.slf4j', name: 'slf4j-android', version: '1.7.10'
49+
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.7.1'
51+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.6'
5252

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

0 commit comments

Comments
 (0)