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 62d8d49 Update dependency org.apache.tomcat:tomcat to v9.0.36
62d8d49 is described below
commit 62d8d493127638880d3a5aba203afb128319ccd0
Author: Renovate Bot <[email protected]>
AuthorDate: Sun Jun 7 20:35:32 2020 +0000
Update dependency org.apache.tomcat:tomcat to v9.0.36
---
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 315a312..df81880 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -501,7 +501,7 @@ configurations
}
dependencies {
- tomcat "org.apache.tomcat:tomcat:9.0.35@zip"
+ tomcat "org.apache.tomcat:tomcat:9.0.36@zip"
}
dependencies {