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 2020/06/07 13:30:16 UTC

[fineract] branch develop updated: Update dependency org.apache.tomcat:tomcat to v9.0.35

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 2db2e38  Update dependency org.apache.tomcat:tomcat to v9.0.35
2db2e38 is described below

commit 2db2e387968cde15aa136f481cdbb00628c0fdc5
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Jun 7 12:34:20 2020 +0000

    Update dependency org.apache.tomcat:tomcat to v9.0.35
---
 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 0fe32c0..315a312 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -501,7 +501,7 @@ configurations
 }
 
 dependencies {
-  tomcat "org.apache.tomcat:tomcat:9.0.34@zip"
+  tomcat "org.apache.tomcat:tomcat:9.0.35@zip"
 }
 
 dependencies {