From 8d685c8a07f0ae5b128668308f6324644c684c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:24:13 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.5.0 to 1.6.0 in /epublib Bumps androidx.annotation:annotation from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- epublib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epublib/build.gradle b/epublib/build.gradle index 7c6aef99e9a7..0211a6741085 100644 --- a/epublib/build.gradle +++ b/epublib/build.gradle @@ -33,5 +33,5 @@ android { } dependencies { - implementation "androidx.annotation:annotation:1.5.0" + implementation "androidx.annotation:annotation:1.6.0" } \ No newline at end of file