This is an automated email from the ASF dual-hosted git repository.
awasum 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 fbf68d9 chore(deps): update dependency com.github.spotbugs:spotbugs
to v4.2.1
fbf68d9 is described below
commit fbf68d9a6e9fa5493dd88a2bd091aa8feadd2b7f
Author: Renovate Bot <[email protected]>
AuthorDate: Fri Feb 5 01:01:22 2021 +0000
chore(deps): update dependency com.github.spotbugs:spotbugs to v4.2.1
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2a9e84c..5b41962 100644
--- a/build.gradle
+++ b/build.gradle
@@ -418,7 +418,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.0'
+ spotbugs 'com.github.spotbugs:spotbugs:4.2.1'
}
spotless {