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 96e3fca5d Update non-major
96e3fca5d is described below

commit 96e3fca5d06da8287e057b536f87b4323b91a032
Author: Renovate <[email protected]>
AuthorDate: Mon Feb 19 18:58:16 2024 +0000

    Update non-major
---
 build.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/build.gradle b/build.gradle
index cb937e813..104d5af10 100644
--- a/build.gradle
+++ b/build.gradle
@@ -460,7 +460,7 @@ configure(project.fineractJavaProjects) {
     // Configuration for the errorprone plugin
     // https://github.com/tbroyer/gradle-errorprone-plugin
     dependencies {
-        errorprone "com.google.errorprone:error_prone_core:2.24.1"
+        errorprone "com.google.errorprone:error_prone_core:2.25.0"
     }
 
     tasks.withType(JavaCompile) {
diff --git a/integration-tests/dependencies.gradle 
b/integration-tests/dependencies.gradle
index 0a5a3c8ae..842570687 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:10.1.18@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.19@zip'
     testImplementation( 
files("$rootDir/fineract-provider/build/classes/java/main/"),
             project(path: ':fineract-core', configuration: 'runtimeElements'),
             project(path: ':fineract-accounting', configuration: 
'runtimeElements'),
diff --git a/oauth2-tests/dependencies.gradle b/oauth2-tests/dependencies.gradle
index af63232ae..cb16244a2 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:10.1.18@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.19@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 cf7dfb92b..171a4cda4 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:10.1.18@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.19@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