From 4d8bd8c27104057abb30a8612e450ef972dfa6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:28:57 +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 519fa4035..457bab853 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ appcompat = "1.6.1" constraintlayout = "2.1.4" camerax = "1.3.4" multidex = "2.0.1" -annotation = "1.9.0" +annotation = "1.9.1" coroutines = "1.9.0" junit = "4.13.2" mockito = "5.4.0"