You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ma...@apache.org on 2020/12/12 22:36:39 UTC

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

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

manthan 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 c2f3759  chore(deps): update dependency org.apache.tomcat:tomcat to v9.0.41
     new fc1e864  Merge pull request #1543 from renovate-bot/renovate/org.apache.tomcat-tomcat-9.x
c2f3759 is described below

commit c2f375925d288652ea64ae3bc83e4511ea15cb03
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sat Dec 12 21:43:23 2020 +0000

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