From 31db6dc3d161cccb03211dd9067458c395775b77 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 08:15:38 +0000 Subject: [PATCH] Bump kotlin-test-junit from 1.3.71 to 1.5.20 in /sample Bumps [kotlin-test-junit](https://github.com/JetBrains/kotlin) from 1.3.71 to 1.5.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.71...v1.5.20) Signed-off-by: dependabot-preview[bot] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index e8bae6d..f366fca 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.14.0' implementation 'com.android.support:appcompat-v7:28.0.0' - androidTestImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.71' + androidTestImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.5.20' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' androidTestImplementation 'androidx.test:monitor:1.2.0'