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/09/06 00:52:43 UTC

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

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 349367a  Update dependency org.mockito:mockito-junit-jupiter to v3.5.10
349367a is described below

commit 349367a25cc7dba7a3b880c5e0816f446463c7a5
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri Sep 4 17:33:48 2020 +0000

    Update dependency org.mockito:mockito-junit-jupiter to v3.5.10
---
 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 7e1ce6a..3c49530 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -122,7 +122,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.5.10'
-        dependency 'org.mockito:mockito-junit-jupiter:3.5.9'
+        dependency 'org.mockito:mockito-junit-jupiter:3.5.10'
         dependency 'io.github.classgraph:classgraph:4.8.89'
         dependency 'org.awaitility:awaitility:4.0.3'
         dependency 'com.github.spotbugs:spotbugs-annotations:4.1.2'