Upgrade Rome, OkHttp and jsoup libraries.

This commit is contained in:
akwizgran
2018-09-26 16:51:46 +01:00
parent 074b10e177
commit ccbeee60a7
2 changed files with 8 additions and 8 deletions

View File

@@ -10,10 +10,10 @@ apply from: 'witness.gradle'
dependencies {
implementation project(path: ':briar-api', configuration: 'default')
implementation 'com.rometools:rome:1.7.3'
implementation 'com.rometools:rome:1.10.0'
implementation 'org.jdom:jdom2:2.0.6'
implementation 'com.squareup.okhttp3:okhttp:3.8.0'
implementation 'org.jsoup:jsoup:1.10.3'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'org.jsoup:jsoup:1.11.3'
apt 'com.google.dagger:dagger-compiler:2.0.2'