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 6412d3d62 fix(deps): update non-major
6412d3d62 is described below

commit 6412d3d624bfc2a55b821d26885e840b338540a0
Author: Renovate <[email protected]>
AuthorDate: Tue Mar 26 20:26:04 2024 +0000

    fix(deps): update non-major
---
 build.gradle                           |  4 ++--
 fineract-e2e-tests-core/build.gradle   | 18 +++++++++---------
 fineract-e2e-tests-runner/build.gradle | 18 +++++++++---------
 integration-tests/dependencies.gradle  |  2 +-
 oauth2-tests/dependencies.gradle       |  2 +-
 twofactor-tests/dependencies.gradle    |  2 +-
 6 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/build.gradle b/build.gradle
index b46af2b55..83bbf5cf7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -441,7 +441,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.13.0'
+        checkstyle 'com.puppycrawl.tools:checkstyle:10.14.2'
         checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
     }
 
@@ -463,7 +463,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.25.0"
+        errorprone "com.google.errorprone:error_prone_core:2.26.1"
     }
 
     tasks.withType(JavaCompile) {
diff --git a/fineract-e2e-tests-core/build.gradle 
b/fineract-e2e-tests-core/build.gradle
index 802d90072..b22a73954 100644
--- a/fineract-e2e-tests-core/build.gradle
+++ b/fineract-e2e-tests-core/build.gradle
@@ -35,31 +35,31 @@ dependencies {
 
     testImplementation 'com.github.spotbugs:spotbugs-annotations'
 
-    testImplementation 'com.squareup.retrofit2:retrofit:2.9.0'
+    testImplementation 'com.squareup.retrofit2:retrofit:2.10.0'
     testImplementation 'commons-httpclient:commons-httpclient:3.1'
     testImplementation 'org.apache.commons:commons-lang3:3.14.0'
     testImplementation 'com.googlecode.json-simple:json-simple:1.1.1'
     testImplementation 'com.google.code.gson:gson:2.10.1'
 
-    testImplementation 'io.cucumber:cucumber-java:7.15.0'
-    testImplementation 'io.cucumber:cucumber-junit:7.15.0'
-    testImplementation 'io.cucumber:cucumber-spring:7.15.0'
+    testImplementation 'io.cucumber:cucumber-java:7.16.1'
+    testImplementation 'io.cucumber:cucumber-junit:7.16.1'
+    testImplementation 'io.cucumber:cucumber-spring:7.16.1'
 
-    testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.25.0'
+    testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.26.0'
 
     testImplementation 'org.assertj:assertj-core:3.25.3'
     testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
     testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
 
-    testCompileOnly 'org.projectlombok:lombok:1.18.30'
-    testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
+    testCompileOnly 'org.projectlombok:lombok:1.18.32'
+    testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
 
     testImplementation "ch.qos.logback:logback-core:1.5.3"
     testImplementation "ch.qos.logback:logback-classic:1.5.3"
 
-    testImplementation 'org.apache.activemq:activemq-client:6.0.1'
+    testImplementation 'org.apache.activemq:activemq-client:6.1.0'
     testImplementation "org.apache.avro:avro:1.11.3"
-    testImplementation "org.awaitility:awaitility:4.2.0"
+    testImplementation "org.awaitility:awaitility:4.2.1"
     testImplementation 'io.github.classgraph:classgraph:4.8.168'
 
     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 170da9bd9..f1a557050 100644
--- a/fineract-e2e-tests-runner/build.gradle
+++ b/fineract-e2e-tests-runner/build.gradle
@@ -38,31 +38,31 @@ dependencies {
     implementation 'org.springframework:spring-test'
     testImplementation 'org.springframework:spring-jms'
 
-    testImplementation 'com.squareup.retrofit2:retrofit:2.9.0'
+    testImplementation 'com.squareup.retrofit2:retrofit:2.10.0'
     testImplementation 'commons-httpclient:commons-httpclient:3.1'
     testImplementation 'org.apache.commons:commons-lang3:3.14.0'
     testImplementation 'com.googlecode.json-simple:json-simple:1.1.1'
     testImplementation 'com.google.code.gson:gson:2.10.1'
 
-    testImplementation 'io.cucumber:cucumber-java:7.15.0'
-    testImplementation 'io.cucumber:cucumber-junit:7.15.0'
-    testImplementation 'io.cucumber:cucumber-spring:7.15.0'
+    testImplementation 'io.cucumber:cucumber-java:7.16.1'
+    testImplementation 'io.cucumber:cucumber-junit:7.16.1'
+    testImplementation 'io.cucumber:cucumber-spring:7.16.1'
 
-    testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.25.0'
+    testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.26.0'
 
     testImplementation 'org.assertj:assertj-core:3.25.3'
     testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
     testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
 
-    testCompileOnly 'org.projectlombok:lombok:1.18.30'
-    testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
+    testCompileOnly 'org.projectlombok:lombok:1.18.32'
+    testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
 
     testImplementation "ch.qos.logback:logback-core:1.5.3"
     testImplementation "ch.qos.logback:logback-classic:1.5.3"
 
-    testImplementation 'org.apache.activemq:activemq-client:6.0.1'
+    testImplementation 'org.apache.activemq:activemq-client:6.1.0'
     testImplementation "org.apache.avro:avro:1.11.3"
-    testImplementation "org.awaitility:awaitility:4.2.0"
+    testImplementation "org.awaitility:awaitility:4.2.1"
     testImplementation 'io.github.classgraph:classgraph:4.8.168'
 
     testImplementation 'org.apache.commons:commons-collections4:4.4'
diff --git a/integration-tests/dependencies.gradle 
b/integration-tests/dependencies.gradle
index 842570687..8b3438926 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.19@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.20@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 cb16244a2..ac52a067d 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.19@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.20@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 171a4cda4..b63250a22 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.19@zip'
+    tomcat 'org.apache.tomcat:tomcat:10.1.20@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