From 9fa4370c18a9b12bc61dd6a622a628e62e78424a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:16:27 +0000 Subject: [PATCH] chore(deps): update dependency androidx.annotation:annotation to v1.9.1 --- stevia/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stevia/android/build.gradle b/stevia/android/build.gradle index 6b257a9..f62fb40 100644 --- a/stevia/android/build.gradle +++ b/stevia/android/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - implementation "androidx.annotation:annotation:1.8.0" + implementation "androidx.annotation:annotation:1.9.1" testImplementation(platform('org.junit:junit-bom:5.10.2')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation 'org.mockito:mockito-core:5.12.0'