You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2021/01/24 00:28:05 UTC

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

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 06c022f  chore(deps): update dependency com.google.truth.extensions:truth-java8-extension to v1.1.2 (#1592)
06c022f is described below

commit 06c022f072054da6406f62abf82fec82230a5563
Author: WhiteSource Renovate <bo...@renovateapp.com>
AuthorDate: Sun Jan 24 01:27:57 2021 +0100

    chore(deps): update dependency com.google.truth.extensions:truth-java8-extension to v1.1.2 (#1592)
---
 fineract-client/dependencies.gradle   | 2 +-
 integration-tests/dependencies.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fineract-client/dependencies.gradle b/fineract-client/dependencies.gradle
index bf5d2b8..f8cdc65 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.1',
-            'com.google.truth.extensions:truth-java8-extension:1.1.1'
+            'com.google.truth.extensions:truth-java8-extension:1.1.2'
             )
     testRuntimeOnly(
             'org.junit.jupiter:junit-jupiter-engine:5.7.0'
diff --git a/integration-tests/dependencies.gradle b/integration-tests/dependencies.gradle
index df68839..b56abc9 100644
--- a/integration-tests/dependencies.gradle
+++ b/integration-tests/dependencies.gradle
@@ -26,7 +26,7 @@ dependencies {
             project(path: ':fineract-client', configuration: 'runtimeElements'),
             'org.junit.jupiter:junit-jupiter-api:5.7.0',
             'com.google.truth:truth:1.1.1',
-            'com.google.truth.extensions:truth-java8-extension:1.1.1',
+            'com.google.truth.extensions:truth-java8-extension:1.1.2',
             'org.awaitility:awaitility',
             // 'com.google.code.gson:gson',
             )