From 77fb7677392d65d1e733d4c85be7bdb8c5b279f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:04:30 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.5.0 to 1.7.0 Bumps androidx.annotation:annotation from 1.5.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Smodr/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smodr/build.gradle b/Smodr/build.gradle index ddeb7a96..3e7dcbba 100644 --- a/Smodr/build.gradle +++ b/Smodr/build.gradle @@ -69,7 +69,7 @@ dependencies { testImplementation 'androidx.room:room-testing:2.6.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - androidTestImplementation 'androidx.annotation:annotation:1.5.0' + androidTestImplementation 'androidx.annotation:annotation:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test:rules:1.5.0'