From 5346a9803a38fcf2e083732c338d2a5b7696be76 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:49 +0000 Subject: [PATCH] Bump kotlin-test-junit from 1.3.71 to 1.5.20 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] --- preferenceholder/build.gradle | 2 +- sample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/preferenceholder/build.gradle b/preferenceholder/build.gradle index 9373d9c..1ead1f8 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.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' 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'