From c3b04d681b603b8080f555c9e42408900c5b9c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:17:04 +0000 Subject: [PATCH] TP-52884 | Bump androidx.test.espresso:espresso-core from 3.5.0 to 3.5.1 (#120) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6f7d142..99c806a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ androidGradlePlugin = "8.3.0" androidx-appcompat = "1.6.1" androidx-core-ktx = "1.8.0" androidx-lifecycle = "2.6.1" -androidx-test-espresso = "3.5.0" +androidx-test-espresso = "3.5.1" androidx-test-junit = "1.1.5" androidx-workRuntimeKtx = "2.8.1" anrwatchdog = "1.4.0"