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 18:59:48 UTC

[fineract] branch develop updated: Update dependency io.github.classgraph:classgraph to v4.8.87

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 d70af43  Update dependency io.github.classgraph:classgraph to v4.8.87
d70af43 is described below

commit d70af43f13af4c7e48787b4c7c262235feff7069
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Jun 23 17:49:34 2020 +0000

    Update dependency io.github.classgraph:classgraph to v4.8.87
---
 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 f4e2828..26e48fd 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -110,7 +110,7 @@ dependencyManagement {
         dependency 'org.apache.bval:org.apache.bval.bundle:2.0.3'
         dependency 'org.mockito:mockito-core:3.3.3'
         dependency 'org.mockito:mockito-junit-jupiter:3.3.3'
-        dependency 'io.github.classgraph:classgraph:4.8.86'
+        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 'javax.cache:cache-api:1.1.1'