From 1f55f45eab4840755cea24ae1b5c029e11888113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:19:40 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 Bumps androidx.annotation:annotation from 1.8.2 to 1.9.0. --- 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 309056356..857904aac 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.8.2" +annotation = "1.9.0" coroutines = "1.9.0" junit = "4.13.2" mockito = "5.4.0"