From 4e2d90677f4d7a8eb828efa5417fd6874dddfb20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 00:12:29 +0000 Subject: [PATCH] chore: bump androidx.annotation:annotation from 1.5.0 to 1.10.0 Bumps androidx.annotation:annotation from 1.5.0 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.10.0 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 d71690104..547d21a83 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -69,7 +69,7 @@ dependencies { compileOnly project(':android-kit-base') compileOnly 'org.mockito:mockito-android:4.9.0' - api 'androidx.annotation:annotation:1.5.0' + api 'androidx.annotation:annotation:1.10.0' api 'androidx.test.ext:junit:1.1.4' api 'androidx.test:rules:1.5.0'