You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2020/09/25 02:19:43 UTC

[fineract] branch develop updated: Update dependency com.github.spotbugs:spotbugs to v4.1.3

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

ptuomola 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 6b8d25a  Update dependency com.github.spotbugs:spotbugs to v4.1.3
6b8d25a is described below

commit 6b8d25a94595d9420c81aed8f569169f5bcbbf17
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Thu Sep 24 23:30:02 2020 +0000

    Update dependency com.github.spotbugs:spotbugs to v4.1.3
---
 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 8507d78..a11c8b6 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.2'
+    spotbugs 'com.github.spotbugs:spotbugs:4.1.3'
 
     // 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.