From 896df4c4c5fb41efa10bbf5d7199682025eea101 Mon Sep 17 00:00:00 2001 From: serso Date: Mon, 30 Apr 2018 14:38:41 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 12 ++++++------ build.gradle | 2 +- jscl/build.gradle | 2 +- translations/build.gradle | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 554128c2..435a0506 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,12 +78,12 @@ dependencies { implementation ':square-otto:1.3.9-SNAPSHOT' annotationProcessor ':square-otto:1.3.9-SNAPSHOT' annotationProcessor ':square-otto-compiler:1.3.9-SNAPSHOT' - annotationProcessor 'com.squareup:javapoet:1.5.1' + annotationProcessor 'com.squareup:javapoet:1.9.0' implementation project(':dragbutton') implementation(project(':jscl')) { exclude(module: 'xercesImpl') } - implementation 'org.solovyev.android:checkout:1.0.1' + implementation 'org.solovyev.android:checkout:1.2.1' implementation 'org.solovyev.android:material:0.1.4@aar' implementation "com.google.android.gms:play-services-ads:${versions.gpsLib}" implementation "com.google.android.gms:play-services-base:${versions.gpsLib}" @@ -104,15 +104,15 @@ dependencies { testImplementation 'junit:junit:4.12' testImplementation 'net.sf.opencsv:opencsv:2.0' - testImplementation 'org.mockito:mockito-core:1.9.0' - testImplementation 'org.robolectric:robolectric:3.4.2' + testImplementation 'org.mockito:mockito-core:2.7.6' + testImplementation 'org.robolectric:robolectric:3.5.1' testImplementation 'org.mockito:mockito-all:1.9.5' testImplementation 'org.skyscreamer:jsonassert:1.2.3' testImplementation(name: 'org.apache.http.legacy', ext: 'jar') androidTestImplementation "com.android.support:support-annotations:${versions.supportLib}" - androidTestImplementation'com.android.support.test:runner:0.5' - androidTestImplementation'com.android.support.test:rules:0.5' + androidTestImplementation'com.android.support.test:runner:1.0.2' + androidTestImplementation'com.android.support.test:rules:1.0.2' androidTestImplementation'org.hamcrest:hamcrest-library:1.3' androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { // use version of jsr305 provided by Checkout diff --git a/build.gradle b/build.gradle index d3250857..936047f0 100644 --- a/build.gradle +++ b/build.gradle @@ -31,4 +31,4 @@ allprojects { ext.ossrhPassword = "no-password" } } -} \ No newline at end of file +} diff --git a/jscl/build.gradle b/jscl/build.gradle index 0f42e81e..bf0fe291 100644 --- a/jscl/build.gradle +++ b/jscl/build.gradle @@ -38,4 +38,4 @@ sourceSets { } sourceCompatibility = JavaVersion.VERSION_1_7 -targetCompatibility = JavaVersion.VERSION_1_7 \ No newline at end of file +targetCompatibility = JavaVersion.VERSION_1_7 diff --git a/translations/build.gradle b/translations/build.gradle index 0902293e..d95a1883 100644 --- a/translations/build.gradle +++ b/translations/build.gradle @@ -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' -} \ No newline at end of file +}