From 1c6d92f7f51dbfa832c6b3e786536c1c24b7b437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:42:29 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.1.0 to 1.7.0 Bumps androidx.annotation:annotation from 1.1.0 to 1.7.0. --- 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..1869a21 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.0', junit : 'junit:junit:4.13.2', truth : 'com.google.truth:truth:1.1.2', robolectric : 'org.robolectric:robolectric:4.3.1',