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/18 00:41:16 UTC

[fineract] branch develop updated: chore(deps): update dependency commons-io:commons-io to v2.10.0

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 c83c2f9  chore(deps): update dependency commons-io:commons-io to v2.10.0
c83c2f9 is described below

commit c83c2f9f918708f7cd85dfa3faabd42b64cd8c50
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Jun 13 15:35:41 2021 +0000

    chore(deps): update dependency commons-io:commons-io to v2.10.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 54f7ddb..70b76a4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -112,7 +112,7 @@ allprojects  {
             dependency 'com.google.truth:truth:1.1.3'
             dependency 'com.google.truth.extensions:truth-java8-extension:1.1.3'
             dependency 'org.apache.commons:commons-email:1.5'
-            dependency 'commons-io:commons-io:2.9.0'
+            dependency 'commons-io:commons-io:2.10.0'
             dependency 'org.drizzle.jdbc:drizzle-jdbc:1.4'
             dependency 'com.github.librepdf:openpdf:1.3.26'
             dependency 'org.mnode.ical4j:ical4j:3.0.25'