From 060dc67edf56473e936a20c760ade5c8b58bb506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 04:54:25 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.1.0 to 1.7.1 Bumps androidx.annotation:annotation from 1.1.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4e44d8..de9ffbc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ ext.deps = [ rxJava2 : 'io.reactivex.rxjava2:rxjava:2.2.21', rxAndroid2 : 'io.reactivex.rxjava2:rxandroid:2.1.1', - supportAnnotations: 'androidx.annotation:annotation:1.1.0', + supportAnnotations: 'androidx.annotation:annotation:1.7.1', junit : 'junit:junit:4.13.2', truth : 'com.google.truth:truth:1.1.2', robolectric : 'org.robolectric:robolectric:4.3.1',