From f7d53c83a4a4d37f15ba1ed03440514053f011e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 04:31:41 +0000 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.2.1 --- example/build.gradle | 2 +- highlighter/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index 25d24eb..c8b2b26 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation "com.jakewharton.timber:timber:5.0.1" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file diff --git a/highlighter/build.gradle b/highlighter/build.gradle index 9b7df15..66bdca2 100644 --- a/highlighter/build.gradle +++ b/highlighter/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation "androidx.webkit:webkit:1.11.0" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file