Update dependencies

This commit is contained in:
serso
2018-04-30 14:38:41 +02:00
parent b543fb68c1
commit 896df4c4c5
4 changed files with 11 additions and 11 deletions

View File

@@ -4,9 +4,9 @@ apply plugin: 'application'
mainClassName = 'org.solovyev.android.translations.Android'
dependencies {
implementation 'commons-cli:commons-cli:1.3'
implementation 'org.apache.httpcomponents:httpclient:4.5.1'
implementation 'commons-cli:commons-cli:1.3.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.3'
implementation 'org.json:json:20151123'
implementation 'org.simpleframework:simple-xml:2.7.1'
implementation 'commons-cli:commons-cli:1.3.1'
}
}