From 14ddd1d64331a3d464614a7c666ca98dab664d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 21:57:23 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 Bumps androidx.annotation:annotation from 1.7.1 to 1.8.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 451085c0..cb8f3105 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ junit = "4.13.2" hamcrestJunit = "2.0.0.0" mockito = "5.11.0" -supportAnnotation = "1.7.1" +supportAnnotation = "1.8.0" okhttp3Mockwebserver = "3.12.7" gson = "2.10.1"