You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2022/03/28 14:22:12 UTC

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

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

ptuomola 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 35d0c4f  chore(deps): update dependency io.github.classgraph:classgraph to v4.8.143
35d0c4f is described below

commit 35d0c4fbcea6d507d9bdbf202c625c006fb73cc0
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Mar 27 10:54:03 2022 +0000

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

diff --git a/build.gradle b/build.gradle
index 2f15d34..ba30920 100644
--- a/build.gradle
+++ b/build.gradle
@@ -162,7 +162,7 @@ allprojects  {
             dependency 'org.apache.bval:org.apache.bval.bundle:2.0.5'
             dependency 'joda-time:joda-time:2.10.14'
 
-            dependency 'io.github.classgraph:classgraph:4.8.141'
+            dependency 'io.github.classgraph:classgraph:4.8.143'
             dependency 'org.awaitility:awaitility:4.2.0'
             dependency 'com.github.spotbugs:spotbugs-annotations:4.6.0'
             dependency 'javax.cache:cache-api:1.1.1'