From 7d287d7c638d65303bc5ade0ddfd45e1c9215779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 23:18:28 +0000 Subject: [PATCH] Bump kluent-android from 1.61 to 1.65 Bumps kluent-android from 1.61 to 1.65. Signed-off-by: dependabot[bot] --- matrix-sdk-android/build.gradle | 2 +- vector/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 8ff16cb159..20f526643c 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -173,7 +173,7 @@ dependencies { //testImplementation 'org.robolectric:shadows-support-v4:3.0' // Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281 testImplementation 'io.mockk:mockk:1.9.2.kotlin12' - testImplementation 'org.amshove.kluent:kluent-android:1.61' + testImplementation 'org.amshove.kluent:kluent-android:1.65' testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version" // Plant Timber tree for test testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1' diff --git a/vector/build.gradle b/vector/build.gradle index fe7fd5094b..f00b6fe985 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -301,7 +301,7 @@ dependencies { def lifecycle_version = '2.2.0' // Tests - def kluent_version = '1.61' + def kluent_version = '1.65' def androidxTest_version = '1.3.0' def espresso_version = '3.3.0'