diff --git a/example/build.gradle b/example/build.gradle index 25d24eb..b98150e 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.0' 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..e154d12 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.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file