From 42c925483a982ff7c4d0ef14beb974c81abcda93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 05:20:44 +0000 Subject: [PATCH] Update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v5.1.5 --- mifosng-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mifosng-android/build.gradle b/mifosng-android/build.gradle index fbcb97182cd..ddb85c68f3f 100755 --- a/mifosng-android/build.gradle +++ b/mifosng-android/build.gradle @@ -19,7 +19,7 @@ buildscript { classpath 'com.github.triplet.gradle:play-publisher:1.1.5' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version" - classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.14" + classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.5" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.6.0" classpath 'com.google.dagger:hilt-android-gradle-plugin:2.44' }