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 785eef3 Update dependency com.github.spotbugs:spotbugs-annotations to
v4.1.1
785eef3 is described below
commit 785eef310971a842e1526a6aabf339f934c88506
Author: Renovate Bot <[email protected]>
AuthorDate: Fri Jul 31 02:45:58 2020 +0000
Update dependency com.github.spotbugs:spotbugs-annotations to v4.1.1
---
fineract-provider/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 834294a..1260994 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -121,7 +121,7 @@ dependencyManagement {
dependency 'org.mockito:mockito-junit-jupiter:3.4.6'
dependency 'io.github.classgraph:classgraph:4.8.87'
dependency 'org.awaitility:awaitility:4.0.3'
- dependency 'com.github.spotbugs:spotbugs-annotations:4.0.6'
+ dependency 'com.github.spotbugs:spotbugs-annotations:4.1.1'
dependency 'javax.cache:cache-api:1.1.1'
dependency 'org.mock-server:mockserver-junit-jupiter:5.11.0'
dependency 'org.webjars.npm:swagger-ui-dist:3.30.2'