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 2021/06/01 07:10:46 UTC

[fineract] branch develop updated: chore(deps): update dependency com.google.truth:truth to v1.1.3

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 fd5546c  chore(deps): update dependency com.google.truth:truth to v1.1.3
fd5546c is described below

commit fd5546c775c0f9c4aaafbefb435f02eb27a7ffbe
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue May 25 20:58:34 2021 +0000

    chore(deps): update dependency com.google.truth:truth to v1.1.3
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 003b192..0753416 100644
--- a/build.gradle
+++ b/build.gradle
@@ -109,7 +109,7 @@ allprojects  {
             dependency 'org.apache.openjpa:openjpa:3.2.0' // when upgrading, also change OpenJPA version repeated above in buildscript!
             dependency 'com.google.guava:guava:30.1.1-jre'
             dependency 'com.google.code.gson:gson:2.8.6'
-            dependency 'com.google.truth:truth:1.1.2'
+            dependency 'com.google.truth:truth:1.1.3'
             dependency 'com.google.truth.extensions:truth-java8-extension:1.1.2'
             dependency 'org.apache.commons:commons-email:1.5'
             dependency 'commons-io:commons-io:2.9.0'