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 2020/07/29 18:07:55 UTC

[fineract] branch develop updated: Update dependency org.mockito:mockito-junit-jupiter to v3.4.6

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 68e3197  Update dependency org.mockito:mockito-junit-jupiter to v3.4.6
68e3197 is described below

commit 68e31975d4dcb1830ddb4f9771d736c699bd8065
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed Jul 29 16:12:43 2020 +0000

    Update dependency org.mockito:mockito-junit-jupiter to v3.4.6
---
 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 1073812..6ba967e 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.4'
-        dependency 'org.mockito:mockito-junit-jupiter:3.4.4'
+        dependency 'org.mockito:mockito-junit-jupiter:3.4.6'
         dependency 'io.github.classgraph:classgraph:4.8.87'
         dependency 'org.awaitility:awaitility:4.0.3'
         dependency 'com.github.spotbugs:spotbugs-annotations:4.0.6'