From 64671bd86964b5856836c05781e4d6dfac5321d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 05:16:37 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.9.0 to 1.9.1 Bumps androidx.annotation:annotation from 1.9.0 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... 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 8aaa0e94e..4e311de2c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidxComposeBom = "2024.11.00" androidxComposeMaterial3 = "1.0.0-alpha13" androidxComposeConstraintLayout = "1.1.0" androidxComposeNavigation = "2.8.4" -androidxAnnotation = "1.9.0" +androidxAnnotation = "1.9.1" androidxCore = "1.15.0" androidxLifecycle = "2.8.6" androidxNavigation = "2.5.0"