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/09/15 13:10:42 UTC

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

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 128e6ea  Update dependency org.apache.tomcat:tomcat to v9.0.38
128e6ea is described below

commit 128e6eac2158729bc59e986f1e4f5c3811a0cea9
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Sep 15 10:36:29 2020 +0000

    Update dependency org.apache.tomcat:tomcat to v9.0.38
---
 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 f225c5c..eee0c31 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -671,7 +671,7 @@ configurations
 }
 
 dependencies {
-    tomcat "org.apache.tomcat:tomcat:9.0.37@zip"
+    tomcat "org.apache.tomcat:tomcat:9.0.38@zip"
 }
 
 cargo {