From d894b63a64beb1d3d5e2a1fa8af2d9e159cf48ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:37:45 +0000 Subject: [PATCH] Bump androidx.annotation:annotation in /android-refimpl-app Bumps androidx.annotation:annotation from 1.8.1 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android-refimpl-app/orma_processor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/orma_processor/build.gradle b/android-refimpl-app/orma_processor/build.gradle index 2749c211a..ea994d395 100644 --- a/android-refimpl-app/orma_processor/build.gradle +++ b/android-refimpl-app/orma_processor/build.gradle @@ -5,6 +5,6 @@ sourceCompatibility = JavaVersion.VERSION_1_8 dependencies { implementation('com.github.zoff99:pkgs_maskaradeOrma-annotations:6.0.2') - compileOnly "androidx.annotation:annotation:1.8.1" + compileOnly "androidx.annotation:annotation:1.8.2" implementation 'com.squareup:javapoet:1.13.0' }