You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/03/05 22:19:49 UTC

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

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

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

commit b5e54533410feeeef578227b602b6bcfd77cda38
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sat Mar 5 20:22:11 2022 +0000

    chore(deps): update dependency org.apache.tomcat:tomcat to v9.0.59
---
 integration-tests/dependencies.gradle | 2 +-
 oauth2-tests/dependencies.gradle      | 2 +-
 twofactor-tests/dependencies.gradle   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-tests/dependencies.gradle b/integration-tests/dependencies.gradle
index a509d93..5af2f72 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.56@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.59@zip'
     testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 'runtimeElements'),
             project(path: ':fineract-client', configuration: 'runtimeElements'),
diff --git a/oauth2-tests/dependencies.gradle b/oauth2-tests/dependencies.gradle
index b02273a..5da1f6b 100644
--- a/oauth2-tests/dependencies.gradle
+++ b/oauth2-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.56@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.59@zip'
     testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 'runtimeElements'),
             'org.junit.jupiter:junit-jupiter-api'
diff --git a/twofactor-tests/dependencies.gradle b/twofactor-tests/dependencies.gradle
index ab61f9f..1140cf5 100644
--- a/twofactor-tests/dependencies.gradle
+++ b/twofactor-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.56@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.59@zip'
     testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 'runtimeElements'),
             'org.junit.jupiter:junit-jupiter-api',