You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ma...@apache.org on 2021/03/27 06:51:07 UTC

[fineract] branch develop updated: chore(deps): update dependency io.github.classgraph:classgraph to v4.8.104

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

manthan 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 45cc989  chore(deps): update dependency io.github.classgraph:classgraph to v4.8.104
     new 6337205  Merge pull request #1675 from renovate-bot/renovate/io.github.classgraph-classgraph-4.x
45cc989 is described below

commit 45cc9892d25279b51bb18ef6de1a421b9840d06c
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri Mar 26 11:08:04 2021 +0000

    chore(deps): update dependency io.github.classgraph:classgraph to v4.8.104
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2756882..4b424d9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -131,7 +131,7 @@ allprojects  {
             dependency 'org.apache.activemq:activemq-broker:5.16.1'
             dependency 'org.apache.bval:org.apache.bval.bundle:2.0.5'
 
-            dependency 'io.github.classgraph:classgraph:4.8.90'
+            dependency 'io.github.classgraph:classgraph:4.8.104'
             dependency 'org.awaitility:awaitility:4.0.3'
             dependency 'com.github.spotbugs:spotbugs-annotations:4.2.2'
             dependency 'javax.cache:cache-api:1.1.1'