diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc16f18cf..2572de7365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ * Upgraded to Realm Sync 2.0.0. * Upgraded to Realm Core 4.0.2. +* Upgraded to OkHttp 3.9.0 . +* Upgraded to RxJava 2.1.4 . ## Credits diff --git a/realm/realm-library/build.gradle b/realm/realm-library/build.gradle index 7b9265a049..34c1c257c8 100644 --- a/realm/realm-library/build.gradle +++ b/realm/realm-library/build.gradle @@ -188,7 +188,7 @@ repositories { dependencies { - compileOnly 'io.reactivex.rxjava2:rxjava:2.1.1' + compileOnly 'io.reactivex.rxjava2:rxjava:2.1.4' compileOnly 'com.google.code.findbugs:findbugs-annotations:3.0.1' api "io.realm:realm-annotations:${version}" @@ -196,11 +196,11 @@ dependencies { implementation 'com.getkeepsafe.relinker:relinker:1.2.2' kaptObjectServer project(':realm-annotations-processor') - objectServerImplementation 'com.squareup.okhttp3:okhttp:3.7.0' + objectServerImplementation 'com.squareup.okhttp3:okhttp:3.9.0' kaptAndroidTest project(':realm-annotations-processor') androidTestImplementation fileTree(dir: 'testLibs', include: ['*.jar']) - androidTestImplementation 'io.reactivex.rxjava2:rxjava:2.1.1' + androidTestImplementation 'io.reactivex.rxjava2:rxjava:2.1.4' androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test:rules:1.0.1' androidTestImplementation 'com.google.dexmaker:dexmaker:1.2'