From db90ce6b624f8db03486d3f696cfb58db2507a4e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 13 Sep 2021 14:37:14 +0200 Subject: [PATCH] Upgrade dependencies of test libraries --- android/olm-sdk/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/olm-sdk/build.gradle b/android/olm-sdk/build.gradle index d49fdff..246c04a 100644 --- a/android/olm-sdk/build.gradle +++ b/android/olm-sdk/build.gradle @@ -148,10 +148,10 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:core:1.3.0' - androidTestImplementation 'androidx.test:runner:1.3.0' - androidTestImplementation 'androidx.test:rules:1.3.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test:core:1.4.0' + androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test:rules:1.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' } project.afterEvaluate {