From 5f54cd21c3ecf1881abeddf4d098db8aaf1d17ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:50:13 +0000 Subject: [PATCH] chore: bump androidx.test:rules from 1.5.0 to 1.7.0 Bumps androidx.test:rules from 1.5.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- testutils/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testutils/build.gradle b/testutils/build.gradle index 3e07b087c..d904b01fa 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -54,7 +54,7 @@ dependencies { api 'androidx.annotation:annotation:1.5.0' api 'androidx.test.ext:junit:1.1.4' - api 'androidx.test:rules:1.5.0' + api 'androidx.test:rules:1.7.0' androidTestCompileOnly project(':android-core') @@ -66,7 +66,7 @@ dependencies { } androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test.ext:junit:1.1.4' - androidTestImplementation 'androidx.test:rules:1.5.0' + androidTestImplementation 'androidx.test:rules:1.7.0' androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0' androidTestUtil 'androidx.test:orchestrator:1.4.2'