From 597dc03c1c18fb73849c7b0bc4a52d46524bd02b Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Wed, 18 Jul 2018 21:22:07 +0200 Subject: [PATCH] bumping project dependencies --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 877b90bc..d42941f7 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ ext { compileSdkVersion = 27 buildToolsVersion = '27.0.3' gradleVersion = '4.4.1' - kotlinVersion = '1.2.41' + kotlinVersion = '1.2.51' } ext.deps = [rxjava2 : 'io.reactivex.rxjava2:rxjava:2.1.16', @@ -14,10 +14,10 @@ ext.deps = [rxjava2 : 'io.reactivex.rxjava2:rxjava:2.1.16', supportannotations: 'com.android.support:support-annotations:27.1.1', appcompatv7 : 'com.android.support:appcompat-v7:27.1.1', junit : 'junit:junit:4.12', - truth : 'com.google.truth:truth:0.40', + truth : 'com.google.truth:truth:0.42', robolectric : 'org.robolectric:robolectric:3.1.2', - mockitocore : 'org.mockito:mockito-core:2.18.3', - nullaway : 'com.uber.nullaway:nullaway:0.4.6', + mockitocore : 'org.mockito:mockito-core:2.19.1', + nullaway : 'com.uber.nullaway:nullaway:0.4.7', errorprone : 'com.google.errorprone:error_prone_core:2.3.1', kotlinstdlib : "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion", kotlingradleplugin: "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion",