From b1ac3557ecc82d6faf605d0bf693d555b3ecda90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:35:14 -0800 Subject: [PATCH] Bump androidx.annotation:annotation from 1.9.0 to 1.9.1 (#95) 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> --- pay/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pay/build.gradle b/pay/build.gradle index 3d21dd0..bbc2c79 100644 --- a/pay/build.gradle +++ b/pay/build.gradle @@ -117,8 +117,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 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.13' } \ No newline at end of file