Skip to content

Commit f34bf99

Browse files
vivekkirannhachicha
authored andcommitted
Upgrade to RxJava 2.1.4 and OkHttp 3.9.0 (#5349)
1 parent 8a874c4 commit f34bf99

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
* Upgraded to Realm Sync 2.0.0.
1919
* Upgraded to Realm Core 4.0.2.
20+
* Upgraded to OkHttp 3.9.0 .
21+
* Upgraded to RxJava 2.1.4 .
2022

2123
## Credits
2224

realm/realm-library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,19 +188,19 @@ repositories {
188188

189189
dependencies {
190190

191-
compileOnly 'io.reactivex.rxjava2:rxjava:2.1.1'
191+
compileOnly 'io.reactivex.rxjava2:rxjava:2.1.4'
192192
compileOnly 'com.google.code.findbugs:findbugs-annotations:3.0.1'
193193

194194
api "io.realm:realm-annotations:${version}"
195195
implementation 'com.google.code.findbugs:jsr305:3.0.2'
196196
implementation 'com.getkeepsafe.relinker:relinker:1.2.2'
197197

198198
kaptObjectServer project(':realm-annotations-processor')
199-
objectServerImplementation 'com.squareup.okhttp3:okhttp:3.7.0'
199+
objectServerImplementation 'com.squareup.okhttp3:okhttp:3.9.0'
200200

201201
kaptAndroidTest project(':realm-annotations-processor')
202202
androidTestImplementation fileTree(dir: 'testLibs', include: ['*.jar'])
203-
androidTestImplementation 'io.reactivex.rxjava2:rxjava:2.1.1'
203+
androidTestImplementation 'io.reactivex.rxjava2:rxjava:2.1.4'
204204
androidTestImplementation 'com.android.support.test:runner:1.0.1'
205205
androidTestImplementation 'com.android.support.test:rules:1.0.1'
206206
androidTestImplementation 'com.google.dexmaker:dexmaker:1.2'

0 commit comments

Comments
 (0)