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 aab9b06 Update dependency io.github.classgraph:classgraph to v4.8.89
aab9b06 is described below
commit aab9b06f1dc12c638633bab97fe2c101bdf7e3d3
Author: Renovate Bot <[email protected]>
AuthorDate: Wed Aug 26 18:23:02 2020 +0000
Update dependency io.github.classgraph:classgraph to v4.8.89
---
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 04246a5..77bb725 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -121,7 +121,7 @@ dependencyManagement {
dependency 'org.apache.bval:org.apache.bval.bundle:2.0.4'
dependency 'org.mockito:mockito-core:3.5.7'
dependency 'org.mockito:mockito-junit-jupiter:3.5.7'
- dependency 'io.github.classgraph:classgraph:4.8.88'
+ dependency 'io.github.classgraph:classgraph:4.8.89'
dependency 'org.awaitility:awaitility:4.0.3'
dependency 'com.github.spotbugs:spotbugs-annotations:4.1.2'
dependency 'javax.cache:cache-api:1.1.1'