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/07/08 04:28:40 UTC

[fineract] branch develop updated: chore(deps): update dependency org.apache.tomcat:tomcat to v9.0.50

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 2b68d2e  chore(deps): update dependency org.apache.tomcat:tomcat to v9.0.50
2b68d2e is described below

commit 2b68d2e98dc17ba448e6a2641edb7fcbed5c118b
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sat Jul 3 00:41:36 2021 +0000

    chore(deps): update dependency org.apache.tomcat:tomcat to v9.0.50
---
 integration-tests/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/dependencies.gradle b/integration-tests/dependencies.gradle
index 9c00811..6a364df 100644
--- a/integration-tests/dependencies.gradle
+++ b/integration-tests/dependencies.gradle
@@ -20,7 +20,7 @@ dependencies {
     // testCompile dependencies are ONLY used in src/test, not src/main.
     // Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
     //
-    tomcat 'org.apache.tomcat:tomcat:9.0.48@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.50@zip'
     testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 'runtimeElements'),
             project(path: ':fineract-client', configuration: 'runtimeElements'),