From b2a595d4736b98d328e7b1a1dadfb99ff58837ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:20:10 +0000 Subject: [PATCH] chore(deps): bump androidx.annotation:annotation from 1.8.2 to 1.9.1 Bumps androidx.annotation:annotation from 1.8.2 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 139ecb53c..92b7f54d5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ activity-activity = { module = "androidx.activity:activity", version.ref = "acti activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" } activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" } -androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.8.2" } +androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.9.1" } #androidx-annotation-experimental = { group = "androidx.annotation", name = "annotation-experimental", version = "1.3.1" } appcompat-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }