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 2021/03/04 21:57:44 UTC

[fineract] branch develop updated: chore(deps): update dependency com.github.spotbugs:spotbugs to v4.2.2

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 d540cfc  chore(deps): update dependency com.github.spotbugs:spotbugs to v4.2.2
d540cfc is described below

commit d540cfcb131820509e6a5bf4b59372e5d9c9ccb4
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Thu Mar 4 08:02:23 2021 +0000

    chore(deps): update dependency com.github.spotbugs:spotbugs to v4.2.2
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 4ce3030..645b210 100644
--- a/build.gradle
+++ b/build.gradle
@@ -420,7 +420,7 @@ configure(project.fineractJavaProjects) {
     // https://github.com/diffplug/spotless/tree/main/plugin-gradle
     dependencies {
         spotbugsPlugins 'jp.skypencil.findbugs.slf4j:bug-pattern:1.5.0@jar'
-        spotbugs 'com.github.spotbugs:spotbugs:4.2.1'
+        spotbugs 'com.github.spotbugs:spotbugs:4.2.2'
     }
 
     spotless {