From 8cd6ca6fb3b784019a23a0337bc5285a48c371b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:02:59 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.0 to 1.9.1 Bumps androidx.annotation:annotation from 1.8.0 to 1.9.1. --- 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 01334a5..6417886 100644 --- a/moka/build.gradle +++ b/moka/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation "io.reactivex.rxjava2:rxandroid:2.1.1" // waiter - implementation "androidx.annotation:annotation:1.8.0" + implementation "androidx.annotation:annotation:1.9.1" implementation "androidx.legacy:legacy-support-v4:1.0.0" testImplementation "org.assertj:assertj-core:3.26.3"