From 9887f8ae722f661e430dfc71c29a74fcb6224d64 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 09:16:54 +0000 Subject: [PATCH] Bump kotlin-test-junit from 1.3.61 to 1.3.71 Bumps [kotlin-test-junit](https://github.com/JetBrains/kotlin) from 1.3.61 to 1.3.71. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.71/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.61...v1.3.71) Signed-off-by: dependabot-preview[bot] --- preferenceholder/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferenceholder/build.gradle b/preferenceholder/build.gradle index 4a47143..1a33ded 100644 --- a/preferenceholder/build.gradle +++ b/preferenceholder/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.71" implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.10.0-eap-1" - androidTestImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.61' + androidTestImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.71' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' androidTestImplementation 'androidx.test:monitor:1.2.0'