From dc2448089cdcc40896375ce131c35c1dab6a666e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:04:39 +0000 Subject: [PATCH] fix(deps): update dependency com.google.code.findbugs:annotations to v3.0.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 3037b9917d..b022ca7c61 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -65,7 +65,7 @@ dependencies { // in transition phase, we use old and new libs implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0' implementation 'androidx.annotation:annotation:1.9.1' - compileOnly 'com.google.code.findbugs:annotations:3.0.1u2' + compileOnly 'com.google.code.findbugs:annotations:3.0.1' implementation "androidx.core:core-ktx:1.12.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"