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/11/01 07:19:18 UTC

[fineract] branch develop updated: chore(deps): update dependency com.google.truth.extensions:truth-java8-extension to v1.1

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 6a82894  chore(deps): update dependency com.google.truth.extensions:truth-java8-extension to v1.1
6a82894 is described below

commit 6a82894439811bad3656513f7d7a2d97e4e9bd45
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Nov 1 04:28:07 2020 +0000

    chore(deps): update dependency com.google.truth.extensions:truth-java8-extension to v1.1
---
 fineract-client/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-client/dependencies.gradle b/fineract-client/dependencies.gradle
index da0dd88..6e8237c 100644
--- a/fineract-client/dependencies.gradle
+++ b/fineract-client/dependencies.gradle
@@ -38,7 +38,7 @@ dependencies {
     testImplementation(
             'org.junit.jupiter:junit-jupiter-api:5.7.0',
             'com.google.truth:truth:1.1',
-            'com.google.truth.extensions:truth-java8-extension:1.0.1'
+            'com.google.truth.extensions:truth-java8-extension:1.1'
             )
     testRuntimeOnly(
             'org.junit.jupiter:junit-jupiter-engine:5.7.0'