From 719bb15dc3200086c123c90139d8bf12900c8d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 04:52:39 +0000 Subject: [PATCH] Bump annotation from 1.4.0 to 1.5.0 in /epublib Bumps annotation from 1.4.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] --- epublib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epublib/build.gradle b/epublib/build.gradle index 67a66f5ad..7c6aef99e 100644 --- a/epublib/build.gradle +++ b/epublib/build.gradle @@ -33,5 +33,5 @@ android { } dependencies { - implementation "androidx.annotation:annotation:1.4.0" + implementation "androidx.annotation:annotation:1.5.0" } \ No newline at end of file