From ee45e22fe48f41f4d6235c2ef1d8c573149bb0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:50:04 -0800 Subject: [PATCH] Bump androidx.annotation:annotation from 1.9.0 to 1.9.1 (#93) Bumps androidx.annotation:annotation from 1.9.0 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- digitalassetlinks/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/digitalassetlinks/build.gradle b/digitalassetlinks/build.gradle index bce0d07..fe6ab5f 100644 --- a/digitalassetlinks/build.gradle +++ b/digitalassetlinks/build.gradle @@ -141,8 +141,8 @@ tasks.whenTaskAdded { task -> } dependencies { - compileOnly 'androidx.annotation:annotation:1.9.0' - testImplementation 'androidx.annotation:annotation:1.9.0' + compileOnly 'androidx.annotation:annotation:1.9.1' + testImplementation 'androidx.annotation:annotation:1.9.1' testImplementation 'com.google.protobuf:protobuf-java:4.28.3' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:5.2.0'