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 5199ccd75 Update non-major
5199ccd75 is described below

commit 5199ccd75adfd393bbe6490da4cee443e5aa5d2c
Author: Renovate <[email protected]>
AuthorDate: Mon Oct 14 01:41:20 2024 +0000

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

diff --git a/build.gradle b/build.gradle
index d7f8146cb..2db249774 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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.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',
+                'io.cucumber:cucumber-java:7.20.1',
+                'io.cucumber:cucumber-java8:7.20.1',
+                'io.cucumber:cucumber-junit-platform-engine:7.20.1',
+                'io.cucumber:cucumber-spring:7.20.1',
                 )
 
         testCompileOnly('org.projectlombok:lombok')
diff --git a/fineract-e2e-tests-core/build.gradle 
b/fineract-e2e-tests-core/build.gradle
index a613a17c5..1d1479804 100644
--- a/fineract-e2e-tests-core/build.gradle
+++ b/fineract-e2e-tests-core/build.gradle
@@ -41,9 +41,9 @@ 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.20.0'
-    testImplementation 'io.cucumber:cucumber-junit:7.20.0'
-    testImplementation 'io.cucumber:cucumber-spring:7.20.0'
+    testImplementation 'io.cucumber:cucumber-java:7.20.1'
+    testImplementation 'io.cucumber:cucumber-junit:7.20.1'
+    testImplementation 'io.cucumber:cucumber-spring:7.20.1'
 
     testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.0'
 
@@ -54,8 +54,8 @@ dependencies {
     testCompileOnly 'org.projectlombok:lombok:1.18.34'
     testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
 
-    testImplementation "ch.qos.logback:logback-core:1.5.9"
-    testImplementation "ch.qos.logback:logback-classic:1.5.9"
+    testImplementation "ch.qos.logback:logback-core:1.5.10"
+    testImplementation "ch.qos.logback:logback-classic:1.5.10"
 
     testImplementation 'org.apache.activemq:activemq-client:6.1.3'
     testImplementation "org.apache.avro:avro:1.12.0"
diff --git a/fineract-e2e-tests-runner/build.gradle 
b/fineract-e2e-tests-runner/build.gradle
index fdeec5f73..ab2d63ef6 100644
--- a/fineract-e2e-tests-runner/build.gradle
+++ b/fineract-e2e-tests-runner/build.gradle
@@ -44,9 +44,9 @@ 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.20.0'
-    testImplementation 'io.cucumber:cucumber-junit:7.20.0'
-    testImplementation 'io.cucumber:cucumber-spring:7.20.0'
+    testImplementation 'io.cucumber:cucumber-java:7.20.1'
+    testImplementation 'io.cucumber:cucumber-junit:7.20.1'
+    testImplementation 'io.cucumber:cucumber-spring:7.20.1'
 
     testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.0'
 
@@ -57,8 +57,8 @@ dependencies {
     testCompileOnly 'org.projectlombok:lombok:1.18.34'
     testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
 
-    testImplementation "ch.qos.logback:logback-core:1.5.9"
-    testImplementation "ch.qos.logback:logback-classic:1.5.9"
+    testImplementation "ch.qos.logback:logback-core:1.5.10"
+    testImplementation "ch.qos.logback:logback-classic:1.5.10"
 
     testImplementation 'org.apache.activemq:activemq-client:6.1.3'
     testImplementation "org.apache.avro:avro:1.12.0"
diff --git a/integration-tests/dependencies.gradle 
b/integration-tests/dependencies.gradle
index 207a0ac0d..f153eacf2 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.30@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.31@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 ae6cf34e5..4ae1b36db 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.30@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.31@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 55fbb5336..789860eb1 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.30@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.31@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