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/05/10 12:50:34 UTC

[fineract] branch develop updated: Bump classgraph from 4.8.43 to 4.8.78 in /fineract-provider

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 e63007c  Bump classgraph from 4.8.43 to 4.8.78 in /fineract-provider
e63007c is described below

commit e63007c36326af4db73b6ed632352215e3e24ca0
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sat May 9 20:44:11 2020 +0000

    Bump classgraph from 4.8.43 to 4.8.78 in /fineract-provider
    
    Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.43 to 4.8.78.
    - [Release notes](https://github.com/classgraph/classgraph/releases)
    - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.43...classgraph-4.8.78)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 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 ceb1e76..718f194 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -111,7 +111,7 @@ dependencyManagement {
         dependency 'junit:junit:+'
         dependency 'org.mockito:mockito-core:+'
         dependency 'com.mockrunner:mockrunner-jms:2.0.4'
-        dependency 'io.github.classgraph:classgraph:4.8.43'
+        dependency 'io.github.classgraph:classgraph:4.8.78'
         dependency 'org.dom4j:dom4j:2.1.0'
         dependency 'nekohtml:nekohtml:1.9.6.2'
 		dependency 'org.awaitility:awaitility:4.0.2'