diff --git a/mobile/android/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt b/mobile/android/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt index 9a31f2515e2b..58052d60fb33 100644 --- a/mobile/android/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt +++ b/mobile/android/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt @@ -107,7 +107,7 @@ object Versions { const val androidx_test_orchestrator = "1.5.0" const val androidx_test_runner = "1.6.1" const val androidx_test_uiautomator = "2.3.0" - const val junit = "5.10.2" + const val junit = "5.11.0" } }