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

commit bfac0f7c7ccf92afd32436de4e50ab6c2a8f2438
Author: Renovate Bot <[email protected]>
AuthorDate: Thu May 13 21:18:57 2021 +0000

    chore(deps): update dependency org.apache.tomcat:tomcat to v9.0.46
---
 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 7619703..dbd56c1 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.45@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.46@zip'
     testImplementation( 
files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 
'runtimeElements'),
             project(path: ':fineract-client', configuration: 
'runtimeElements'),

Reply via email to