From c64e73c146c885b250a7ddbdc63fc97cfccc7e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:16:53 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.5.0 to 1.7.0 in /sormas-app Bumps androidx.annotation:annotation from 1.5.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sormas-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sormas-app/app/build.gradle b/sormas-app/app/build.gradle index 2a91e0fefe8..dd8ef765154 100644 --- a/sormas-app/app/build.gradle +++ b/sormas-app/app/build.gradle @@ -141,7 +141,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.robolectric:robolectric:4.10' testImplementation 'org.mockito:mockito-core:5.3.0' - androidTestImplementation 'androidx.annotation:annotation:1.5.0' + androidTestImplementation 'androidx.annotation:annotation:1.7.0' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'