You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/06/23 09:15:28 UTC

[fineract] branch develop updated: Update dependency com.github.spotbugs:spotbugs-annotations to v4.0.6

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

vorburger 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 c983e27  Update dependency com.github.spotbugs:spotbugs-annotations to v4.0.6
c983e27 is described below

commit c983e2716159b39bd12c4f4a3a76c22857e8756d
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Jun 23 06:26:57 2020 +0000

    Update dependency com.github.spotbugs:spotbugs-annotations to v4.0.6
---
 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 9d0da60..f754b55 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -112,7 +112,7 @@ dependencyManagement {
         dependency 'org.mockito:mockito-junit-jupiter:3.3.3'
         dependency 'io.github.classgraph:classgraph:4.8.86'
         dependency 'org.awaitility:awaitility:4.0.3'
-        dependency 'com.github.spotbugs:spotbugs-annotations:4.0.4'
+        dependency 'com.github.spotbugs:spotbugs-annotations:4.0.6'
         dependency 'javax.cache:cache-api:1.1.1'
         dependency 'org.mock-server:mockserver-junit-jupiter:5.10'