From 7b2fbffa1201c7ddb36ee66efc7e877c47ab34ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:13:06 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.5.0 to 1.6.0 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] --- moka/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moka/build.gradle b/moka/build.gradle index 04a5a72..b9036d9 100644 --- a/moka/build.gradle +++ b/moka/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "io.reactivex.rxjava2:rxandroid:2.1.1" // waiter - implementation "androidx.annotation:annotation:1.5.0" + implementation "androidx.annotation:annotation:1.6.0" implementation "androidx.legacy:legacy-support-v4:1.0.0" testImplementation "org.assertj:assertj-core:3.24.2"