From 3d0a8c4d191f4b9f58bcf09fe9b19758964bb69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:37:28 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 Bumps androidx.annotation:annotation from 1.8.2 to 1.9.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 2b40442..ec2fa38 100644 --- a/Smodr/build.gradle +++ b/Smodr/build.gradle @@ -69,7 +69,7 @@ dependencies { testImplementation 'androidx.room:room-testing:2.6.1' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - androidTestImplementation 'androidx.annotation:annotation:1.8.2' + androidTestImplementation 'androidx.annotation:annotation:1.9.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test:rules:1.6.1'