From 973b8342850b952ae141394d23b2c8e7fbf5cae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 May 2022 04:30:14 +0000 Subject: [PATCH] Bump jsr250-api from 1.0 to 1.0-20050927.133100 Bumps jsr250-api from 1.0 to 1.0-20050927.133100. --- updated-dependencies: - dependency-name: javax.annotation:jsr250-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- uhabits-android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index 2849d9df7..89a53aeaf 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -103,7 +103,7 @@ dependencies { androidTestImplementation("androidx.test.uiautomator:uiautomator:2.2.0") androidTestImplementation("androidx.test:rules:1.4.0") androidTestImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") - compileOnly("javax.annotation:jsr250-api:1.0") + compileOnly("javax.annotation:jsr250-api:1.0-20050927.133100") coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5") implementation("com.github.AppIntro:AppIntro:6.2.0") implementation("com.google.code.findbugs:jsr305:3.0.2")