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/13 12:22:36 UTC

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

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

commit 2aa01b93b45e665e410937167c43c30908c326b4
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri Jun 12 12:42:16 2020 +0000

    Update dependency io.github.classgraph:classgraph to v4.8.86
---
 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 14664b5..9ea26c0 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -107,7 +107,7 @@ dependencyManagement {
         dependency 'org.apache.bval:org.apache.bval.bundle:2.0.3'
         dependency 'junit:junit:4.13' // TODO FINERACT-1018??
         dependency 'org.mockito:mockito-core:3.3.3'
-        dependency 'io.github.classgraph:classgraph:4.8.85'
+        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 'javax.cache:cache-api:1.1.1'