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 2ab0635fd Update non-major
2ab0635fd is described below

commit 2ab0635fd146f2a563c235a49a0e6a18ebdf5008
Author: Renovate <[email protected]>
AuthorDate: Tue Oct 8 14:15:24 2024 +0000

    Update non-major
---
 build.gradle                           | 12 ++++++------
 fineract-e2e-tests-core/build.gradle   | 16 ++++++++--------
 fineract-e2e-tests-runner/build.gradle | 16 ++++++++--------
 integration-tests/dependencies.gradle  |  2 +-
 oauth2-tests/dependencies.gradle       |  2 +-
 twofactor-tests/dependencies.gradle    |  2 +-
 6 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/build.gradle b/build.gradle
index 8ccd4f1b9..d7f8146cb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -455,7 +455,7 @@ configure(project.fineractJavaProjects) {
     // Configuration for the Checkstyle plugin
     // https://docs.gradle.org/current/userguide/checkstyle_plugin.html
     dependencies {
-        checkstyle 'com.puppycrawl.tools:checkstyle:10.18.1'
+        checkstyle 'com.puppycrawl.tools:checkstyle:10.18.2'
         checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
     }
 
@@ -477,7 +477,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.32.0"
+        errorprone "com.google.errorprone:error_prone_core:2.33.0"
     }
 
     tasks.withType(JavaCompile) {
@@ -712,10 +712,10 @@ configure(project.fineractCustomProjects) {
                 'com.google.truth.extensions:truth-java8-extension',
                 'io.github.classgraph:classgraph',
                 'io.cucumber:cucumber-core',
-                'io.cucumber:cucumber-java:7.18.1',
-                'io.cucumber:cucumber-java8:7.18.1',
-                'io.cucumber:cucumber-junit-platform-engine:7.18.1',
-                'io.cucumber:cucumber-spring:7.18.1',
+                'io.cucumber:cucumber-java:7.20.0',
+                'io.cucumber:cucumber-java8:7.20.0',
+                'io.cucumber:cucumber-junit-platform-engine:7.20.0',
+                'io.cucumber:cucumber-spring:7.20.0',
                 )
 
         testCompileOnly('org.projectlombok:lombok')
diff --git a/fineract-e2e-tests-core/build.gradle 
b/fineract-e2e-tests-core/build.gradle
index 3adc9c98d..a613a17c5 100644
--- a/fineract-e2e-tests-core/build.gradle
+++ b/fineract-e2e-tests-core/build.gradle
@@ -41,26 +41,26 @@ dependencies {
     testImplementation 'com.googlecode.json-simple:json-simple:1.1.1'
     testImplementation 'com.google.code.gson:gson:2.11.0'
 
-    testImplementation 'io.cucumber:cucumber-java:7.18.1'
-    testImplementation 'io.cucumber:cucumber-junit:7.18.1'
-    testImplementation 'io.cucumber:cucumber-spring:7.18.1'
+    testImplementation 'io.cucumber:cucumber-java:7.20.0'
+    testImplementation 'io.cucumber:cucumber-junit:7.20.0'
+    testImplementation 'io.cucumber:cucumber-spring:7.20.0'
 
     testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.0'
 
     testImplementation 'org.assertj:assertj-core:3.26.3'
-    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
-    testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
+    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
+    testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
 
     testCompileOnly 'org.projectlombok:lombok:1.18.34'
     testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
 
-    testImplementation "ch.qos.logback:logback-core:1.5.8"
-    testImplementation "ch.qos.logback:logback-classic:1.5.8"
+    testImplementation "ch.qos.logback:logback-core:1.5.9"
+    testImplementation "ch.qos.logback:logback-classic:1.5.9"
 
     testImplementation 'org.apache.activemq:activemq-client:6.1.3'
     testImplementation "org.apache.avro:avro:1.12.0"
     testImplementation "org.awaitility:awaitility:4.2.2"
-    testImplementation 'io.github.classgraph:classgraph:4.8.175'
+    testImplementation 'io.github.classgraph:classgraph:4.8.177'
 
     testImplementation 'org.apache.commons:commons-collections4:4.4'
 }
diff --git a/fineract-e2e-tests-runner/build.gradle 
b/fineract-e2e-tests-runner/build.gradle
index 2c5df1a2e..fdeec5f73 100644
--- a/fineract-e2e-tests-runner/build.gradle
+++ b/fineract-e2e-tests-runner/build.gradle
@@ -44,26 +44,26 @@ dependencies {
     testImplementation 'com.googlecode.json-simple:json-simple:1.1.1'
     testImplementation 'com.google.code.gson:gson:2.11.0'
 
-    testImplementation 'io.cucumber:cucumber-java:7.18.1'
-    testImplementation 'io.cucumber:cucumber-junit:7.18.1'
-    testImplementation 'io.cucumber:cucumber-spring:7.18.1'
+    testImplementation 'io.cucumber:cucumber-java:7.20.0'
+    testImplementation 'io.cucumber:cucumber-junit:7.20.0'
+    testImplementation 'io.cucumber:cucumber-spring:7.20.0'
 
     testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.0'
 
     testImplementation 'org.assertj:assertj-core:3.26.3'
-    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
-    testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
+    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
+    testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
 
     testCompileOnly 'org.projectlombok:lombok:1.18.34'
     testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
 
-    testImplementation "ch.qos.logback:logback-core:1.5.8"
-    testImplementation "ch.qos.logback:logback-classic:1.5.8"
+    testImplementation "ch.qos.logback:logback-core:1.5.9"
+    testImplementation "ch.qos.logback:logback-classic:1.5.9"
 
     testImplementation 'org.apache.activemq:activemq-client:6.1.3'
     testImplementation "org.apache.avro:avro:1.12.0"
     testImplementation "org.awaitility:awaitility:4.2.2"
-    testImplementation 'io.github.classgraph:classgraph:4.8.175'
+    testImplementation 'io.github.classgraph:classgraph:4.8.177'
 
     testImplementation 'org.apache.commons:commons-collections4:4.4'
 }
diff --git a/integration-tests/dependencies.gradle 
b/integration-tests/dependencies.gradle
index 68d8e6b22..207a0ac0d 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.29@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.30@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 8e8ef8e36..ae6cf34e5 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.29@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.30@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 28cdbcb4f..55fbb5336 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.29@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.30@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