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

arnold 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 0187dc5e5 fix(deps): update dependency org.apache.tomcat:tomcat to 
v9.0.65
0187dc5e5 is described below

commit 0187dc5e5c662694e9a90819355693fb8a7187b4
Author: Renovate <[email protected]>
AuthorDate: Mon Jul 25 01:49:26 2022 +0000

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

diff --git a/instancemode-tests/dependencies.gradle 
b/instancemode-tests/dependencies.gradle
index c07274e03..932425afc 100644
--- a/instancemode-tests/dependencies.gradle
+++ b/instancemode-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.64@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.65@zip'
     testImplementation( 
files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 
'runtimeElements'),
             'io.cucumber:cucumber-spring',
diff --git a/integration-tests/dependencies.gradle 
b/integration-tests/dependencies.gradle
index 5df589539..32d8ffbf7 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.64@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.65@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 908601f8d..55204de91 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.64@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.65@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 d67cb0c2e..5938f5d42 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.64@zip'
+    tomcat 'org.apache.tomcat:tomcat:9.0.65@zip'
     testImplementation( 
files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-provider', configuration: 
'runtimeElements'),
             'org.junit.jupiter:junit-jupiter-api',

Reply via email to