From 1b677d69a2d613c3e4cbdb275d3ec16b28f09516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:24:09 +0000 Subject: [PATCH] chore: bump androidx.annotation:annotation in /android Bumps androidx.annotation:annotation from 1.7.1 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] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 20ab42f..f91f56f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -129,7 +129,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.8.0' androidTestImplementation 'org.mockito:mockito-android:5.8.0' - testImplementation 'androidx.annotation:annotation:1.7.1' + testImplementation 'androidx.annotation:annotation:1.9.1' testImplementation 'junit:junit:4.13.2' testImplementation files('libs/java-json.jar')