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:10 UTC

[fineract] branch develop updated: Update dependency com.github.spotbugs:spotbugs-annotations 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 7110020  Update dependency com.github.spotbugs:spotbugs-annotations to v4.1.3
7110020 is described below

commit 711002038d32fa01daca30433db5801a75c369d2
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Thu Sep 24 23:30:11 2020 +0000

    Update dependency com.github.spotbugs:spotbugs-annotations to v4.1.3
---
 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 2be8237..e4c5c3b 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -125,7 +125,7 @@ dependencyManagement {
         dependency 'org.mockito:mockito-junit-jupiter:3.5.11'
         dependency 'io.github.classgraph:classgraph:4.8.90'
         dependency 'org.awaitility:awaitility:4.0.3'
-        dependency 'com.github.spotbugs:spotbugs-annotations:4.1.2'
+        dependency 'com.github.spotbugs:spotbugs-annotations:4.1.3'
         dependency 'javax.cache:cache-api:1.1.1'
         dependency 'org.mock-server:mockserver-junit-jupiter:5.11.1'
         dependency 'org.webjars.npm:swagger-ui-dist:3.34.0'