From 38fc5d84cefe23b1f8384bf19eab8432d18e799b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 02:57:21 +0000 Subject: [PATCH] Update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v5.1.1 --- 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 5fb4c190df3..4ac4828a623 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.1" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.6.0" } }