This is an automated email from the ASF dual-hosted git repository.

kaze pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new cb3e0c3  Update dependency com.github.spotbugs:spotbugs to v4.1.1
cb3e0c3 is described below

commit cb3e0c3b96430c69e450418f4dea2d82bac95716
Author: Renovate Bot <b...@renovateapp.com>
AuthorDate: Fri Jul 31 02:45:48 2020 +0000

    Update dependency com.github.spotbugs:spotbugs to v4.1.1
---
 fineract-provider/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/dependencies.gradle 
b/fineract-provider/dependencies.gradle
index 9d499f3..7d5acea3 100644
--- a/fineract-provider/dependencies.gradle
+++ b/fineract-provider/dependencies.gradle
@@ -20,7 +20,7 @@ dependencies {
     providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
 
     spotbugsPlugins "jp.skypencil.findbugs.slf4j:bug-pattern:1.5.0@jar"
-    spotbugs 'com.github.spotbugs:spotbugs:4.1.0'
+    spotbugs 'com.github.spotbugs:spotbugs:4.1.1'
 
     // Never use "compile" scope, but make all dependencies either 
'implementation', 'runtimeOnly' or 'testCompile'.
     // Note that we never use 'api', because Fineract at least currently is a 
simple monolithic application ("WAR"), not a library.

Reply via email to