You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2020/07/05 22:00:46 UTC

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

This is an automated email from the ASF dual-hosted git repository.

awasum 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 b45b4eb  Update dependency org.apache.tomcat:tomcat to v9.0.37
b45b4eb is described below

commit b45b4eb6674a60a0c4b6d2e10e9519a2c2c5fe91
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sun Jul 5 19:55:52 2020 +0000

    Update dependency org.apache.tomcat:tomcat to v9.0.37
---
 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 2bb6b52..ff5af1f 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -644,7 +644,7 @@ configurations
 }
 
 dependencies {
-    tomcat "org.apache.tomcat:tomcat:9.0.36@zip"
+    tomcat "org.apache.tomcat:tomcat:9.0.37@zip"
 }
 
 cargo {