From c043b249a3ff4c1bde5d77a337dc3940fca9d452 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 08:27:52 +0800 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.2.1 (#4520) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- baseline-profile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseline-profile/build.gradle b/baseline-profile/build.gradle index b0cd32baac..adf6c9eda6 100644 --- a/baseline-profile/build.gradle +++ b/baseline-profile/build.gradle @@ -40,7 +40,7 @@ baselineProfile { } dependencies { - implementation 'androidx.test.ext:junit:1.2.0' + implementation 'androidx.test.ext:junit:1.2.1' implementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'androidx.test.uiautomator:uiautomator:2.3.0' implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.4'