From a92d173765ff931a41eca5a79afc9290898a82b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:03:10 +0000 Subject: [PATCH] chore: bump androidx.annotation:annotation from 1.4.0 to 1.6.0 Bumps androidx.annotation:annotation from 1.4.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- testutils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutils/build.gradle b/testutils/build.gradle index 0e69ef73e..065014c78 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -50,7 +50,7 @@ dependencies { compileOnly project(':android-kit-base') compileOnly 'org.mockito:mockito-android:3.0.0' - api 'androidx.annotation:annotation:1.4.0' + api 'androidx.annotation:annotation:1.6.0' api 'androidx.test.ext:junit:1.1.3' api 'androidx.test:rules:1.4.0'