From 8d3e1a4b05a4321dd6797388fc0843fbc3084cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 12:10:06 +0000 Subject: [PATCH] Bump annotation from 1.3.0 to 1.5.0 Bumps annotation from 1.3.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- network/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/build.gradle b/network/build.gradle index 0af95d5..284b21e 100644 --- a/network/build.gradle +++ b/network/build.gradle @@ -30,7 +30,7 @@ android { } dependencies { - api 'androidx.annotation:annotation:1.3.0' + api 'androidx.annotation:annotation:1.5.0' } project.ext.set("libraryArtifactId", "network")