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 c623ddb Update dependency org.mockito:mockito-junit-jupiter to v3.4.4
c623ddb is described below
commit c623ddb8429a68003465d345833956cec2e51263
Author: Renovate Bot <[email protected]>
AuthorDate: Sat Jul 18 19:55:43 2020 +0000
Update dependency org.mockito:mockito-junit-jupiter to v3.4.4
---
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 3102c90..db59ce2 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -118,7 +118,7 @@ dependencyManagement {
dependency 'org.apache.activemq:activemq-broker:5.16.0'
dependency 'org.apache.bval:org.apache.bval.bundle:2.0.4'
dependency 'org.mockito:mockito-core:3.4.0'
- dependency 'org.mockito:mockito-junit-jupiter:3.4.0'
+ dependency 'org.mockito:mockito-junit-jupiter:3.4.4'
dependency 'io.github.classgraph:classgraph:4.8.87'
dependency 'org.awaitility:awaitility:4.0.3'
dependency 'com.github.spotbugs:spotbugs-annotations:4.0.6'