From b2c2d4486038938c3289cad32d86bb615966104d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 06:08:41 +0000 Subject: [PATCH] Bump androidx.test:rules from 1.6.1 to 1.7.0 Bumps androidx.test:rules from 1.6.1 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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8749766..2a7e3da 100644 --- a/build.gradle +++ b/build.gradle @@ -130,9 +130,9 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.core:core:1.16.0' - androidTestImplementation 'androidx.test:core:1.6.1' + androidTestImplementation 'androidx.test:core:1.7.0' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test:rules:1.6.1' + androidTestImplementation 'androidx.test:rules:1.7.0' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation 'org.mockito:mockito-android:5.17.0'