From 1ba461a0720efa3ee904607a8a11e5464d93d0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 00:11:27 +0000 Subject: [PATCH] deps(upgrade): 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 c29434c..05b87fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ material = "1.12.0" navigation = "2.8.0" lifecycle = "2.8.4" constraintLayout = "2.1.4" -annotation = "1.8.2" +annotation = "1.9.1" appcompat = "1.7.0" fragment = "1.8.5" work = "2.9.1"