From 87049388328b1da84f46dff24d4ab684c4812ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 23:06:33 +0000 Subject: [PATCH] chore: bump androidx.annotation:annotation from 1.5.0 to 1.9.1 Bumps androidx.annotation:annotation from 1.5.0 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.9.1 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 707ee2dcd..50c0cf009 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -52,7 +52,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.9.1' api 'androidx.test.ext:junit:1.1.4' api 'androidx.test:rules:1.5.0'