From 7ea123da1216bfeee894ca6b7f2da39ee9c92d1b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 10 Feb 2026 13:56:18 +0000 Subject: [PATCH] FINERACT-2181: Update non-major --- build.gradle | 18 +++++----- fineract-client-feign/build.gradle | 2 +- fineract-client-feign/dependencies.gradle | 22 ++++++------ fineract-doc/build.gradle | 2 +- fineract-e2e-tests-core/build.gradle | 42 +++++++++++------------ fineract-e2e-tests-runner/build.gradle | 40 ++++++++++----------- integration-tests/dependencies.gradle | 2 +- oauth2-tests/build.gradle | 4 +-- oauth2-tests/dependencies.gradle | 2 +- twofactor-tests/dependencies.gradle | 2 +- 10 files changed, 68 insertions(+), 68 deletions(-) diff --git a/build.gradle b/build.gradle index 655e264571f..c96ee046455 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ // TODO: this is work in progress, please follow FINERACT-1171 buildscript { ext { - jacocoVersion = '0.8.12' + jacocoVersion = '0.8.14' retrofitVersion = '2.9.0' okhttpVersion = '4.9.3' fineractCustomProjects = [] @@ -89,7 +89,7 @@ buildscript { classpath 'org.eclipse.persistence:eclipselink:4.0.6' classpath 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0' classpath 'com.google.cloud.tools:jib-layer-filter-extension-gradle:0.3.0' - classpath 'org.apache.commons:commons-lang3:3.18.0' + classpath 'org.apache.commons:commons-lang3:3.20.0' classpath 'io.swagger.core.v3:swagger-jaxrs2-jakarta:2.2.22' classpath 'jakarta.servlet:jakarta.servlet-api:6.1.0' } @@ -170,7 +170,7 @@ allprojects { resolutionStrategy { dependencySubstitution { // Substitution is to resolve CVE-2025-12183 - substitute module('org.lz4:lz4-java') using module('at.yawk.lz4:lz4-java:1.10.1') + substitute module('org.lz4:lz4-java') using module('at.yawk.lz4:lz4-java:1.10.3') } } } @@ -540,7 +540,7 @@ configure(project.fineractJavaProjects) { // Configuration for the Checkstyle plugin // https://docs.gradle.org/current/userguide/checkstyle_plugin.html dependencies { - checkstyle 'com.puppycrawl.tools:checkstyle:11.0.0' + checkstyle 'com.puppycrawl.tools:checkstyle:11.1.0' checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1' } @@ -562,7 +562,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.35.1" + errorprone "com.google.errorprone:error_prone_core:2.47.0" } tasks.withType(JavaCompile).configureEach { @@ -811,10 +811,10 @@ configure(project.fineractCustomProjects) { 'org.awaitility:awaitility', 'io.github.classgraph:classgraph', 'io.cucumber:cucumber-core', - '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', + 'io.cucumber:cucumber-java:7.34.2', + 'io.cucumber:cucumber-java8:7.34.2', + 'io.cucumber:cucumber-junit-platform-engine:7.34.2', + 'io.cucumber:cucumber-spring:7.34.2', ) testCompileOnly('org.projectlombok:lombok') diff --git a/fineract-client-feign/build.gradle b/fineract-client-feign/build.gradle index c158b75aa68..90183f89667 100644 --- a/fineract-client-feign/build.gradle +++ b/fineract-client-feign/build.gradle @@ -167,7 +167,7 @@ spotbugsTest { } jacoco { - toolVersion = "0.8.11" + toolVersion = "0.8.14" } jacocoTestReport { diff --git a/fineract-client-feign/dependencies.gradle b/fineract-client-feign/dependencies.gradle index ebc09f7973b..c8001375ef9 100644 --- a/fineract-client-feign/dependencies.gradle +++ b/fineract-client-feign/dependencies.gradle @@ -19,29 +19,29 @@ dependencies { // Feign dependencies implementation( - 'io.github.openfeign:feign-core:13.6', - 'io.github.openfeign:feign-jackson:13.6', - 'io.github.openfeign:feign-slf4j:13.6', - 'io.github.openfeign:feign-hc5:13.6', - 'io.github.openfeign:feign-okhttp:13.6', + 'io.github.openfeign:feign-core:13.8', + 'io.github.openfeign:feign-jackson:13.8', + 'io.github.openfeign:feign-slf4j:13.8', + 'io.github.openfeign:feign-hc5:13.8', + 'io.github.openfeign:feign-okhttp:13.8', 'io.github.openfeign.form:feign-form:3.8.0', - 'org.apache.httpcomponents.client5:httpclient5:5.2.1', + 'org.apache.httpcomponents.client5:httpclient5:5.6', 'com.squareup.okhttp3:okhttp:4.12.0', 'com.fasterxml.jackson.core:jackson-databind', 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310', 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8', 'jakarta.annotation:jakarta.annotation-api:3.0.0', 'io.swagger.core.v3:swagger-annotations-jakarta:2.2.15', - 'org.apache.commons:commons-lang3:3.12.0', + 'org.apache.commons:commons-lang3:3.20.0', 'org.projectlombok:lombok' ) // Test dependencies testImplementation( - 'org.junit.jupiter:junit-jupiter-api:5.11.3', - 'org.junit.jupiter:junit-jupiter-engine:5.11.3', - 'org.mockito:mockito-core:5.14.2', - 'org.assertj:assertj-core:3.26.3', + 'org.junit.jupiter:junit-jupiter-api:5.14.2', + 'org.junit.jupiter:junit-jupiter-engine:5.14.2', + 'org.mockito:mockito-core:5.21.0', + 'org.assertj:assertj-core:3.27.7', 'org.wiremock:wiremock-standalone' ) } diff --git a/fineract-doc/build.gradle b/fineract-doc/build.gradle index 5d5bd712e3f..ee1de3f8c2d 100644 --- a/fineract-doc/build.gradle +++ b/fineract-doc/build.gradle @@ -43,7 +43,7 @@ configurations.all { resolutionStrategy { // Force specific versions of dependencies to avoid conflicts force 'org.yaml:snakeyaml:2.5', - 'org.jruby:jruby-complete:10.0.2.0' + 'org.jruby:jruby-complete:10.0.3.0' } } diff --git a/fineract-e2e-tests-core/build.gradle b/fineract-e2e-tests-core/build.gradle index d4cb2af8f43..9df9a88bd61 100644 --- a/fineract-e2e-tests-core/build.gradle +++ b/fineract-e2e-tests-core/build.gradle @@ -67,38 +67,38 @@ dependencies { testImplementation 'com.github.spotbugs:spotbugs-annotations' - testImplementation 'com.squareup.retrofit2:retrofit:2.11.0' - testImplementation 'io.github.openfeign:feign-core:13.6' + testImplementation 'com.squareup.retrofit2:retrofit:2.12.0' + testImplementation 'io.github.openfeign:feign-core:13.8' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' - testImplementation 'org.apache.commons:commons-lang3:3.18.0' + testImplementation 'org.apache.commons:commons-lang3:3.20.0' testImplementation ('com.googlecode.json-simple:json-simple:1.1.1') { exclude group: 'junit', module: 'junit' } - testImplementation 'com.google.code.gson:gson:2.11.0' + testImplementation 'com.google.code.gson:gson:2.13.2' - 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.cucumber:cucumber-junit-platform-engine:7.20.1' + testImplementation 'io.cucumber:cucumber-java:7.34.2' + testImplementation 'io.cucumber:cucumber-junit:7.34.2' + testImplementation 'io.cucumber:cucumber-spring:7.34.2' + testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.34.2' - testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.1' + testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.32.0' - testImplementation 'org.assertj:assertj-core:3.26.3' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' + testImplementation 'org.assertj:assertj-core:3.27.7' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.14.2' - testCompileOnly 'org.projectlombok:lombok:1.18.36' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.36' + testCompileOnly 'org.projectlombok:lombok:1.18.42' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.42' - testImplementation "ch.qos.logback:logback-core:1.5.19" - testImplementation "ch.qos.logback:logback-classic:1.5.19" + testImplementation "ch.qos.logback:logback-core:1.5.29" + testImplementation "ch.qos.logback:logback-classic:1.5.29" - testImplementation 'org.apache.activemq:activemq-client:6.1.6' - testImplementation "org.apache.avro:avro:1.12.0" - testImplementation "org.awaitility:awaitility:4.2.2" - testImplementation 'io.github.classgraph:classgraph:4.8.179' + testImplementation 'org.apache.activemq:activemq-client:6.2.0' + testImplementation "org.apache.avro:avro:1.12.1" + testImplementation "org.awaitility:awaitility:4.3.0" + testImplementation 'io.github.classgraph:classgraph:4.8.184' - testImplementation 'org.apache.commons:commons-collections4:4.4' + testImplementation 'org.apache.commons:commons-collections4:4.5.0' } tasks.withType(JavaCompile).configureEach { diff --git a/fineract-e2e-tests-runner/build.gradle b/fineract-e2e-tests-runner/build.gradle index 223900d2403..9fb79989503 100644 --- a/fineract-e2e-tests-runner/build.gradle +++ b/fineract-e2e-tests-runner/build.gradle @@ -39,37 +39,37 @@ dependencies { implementation 'org.springframework:spring-test' testImplementation 'org.springframework:spring-jms' - testImplementation 'com.squareup.retrofit2:retrofit:2.11.0' + testImplementation 'com.squareup.retrofit2:retrofit:2.12.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' - testImplementation 'org.apache.commons:commons-lang3:3.18.0' + testImplementation 'org.apache.commons:commons-lang3:3.20.0' testImplementation ('com.googlecode.json-simple:json-simple:1.1.1') { exclude group: 'junit', module: 'junit' } - testImplementation 'com.google.code.gson:gson:2.11.0' + testImplementation 'com.google.code.gson:gson:2.13.2' - testImplementation 'org.junit.platform:junit-platform-suite:1.11.4' - testImplementation 'org.junit.platform:junit-platform-console:1.11.4' - 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.cucumber:cucumber-junit-platform-engine:7.20.1' + testImplementation 'org.junit.platform:junit-platform-suite:1.14.2' + testImplementation 'org.junit.platform:junit-platform-console:1.14.2' + testImplementation 'io.cucumber:cucumber-java:7.34.2' + testImplementation 'io.cucumber:cucumber-junit:7.34.2' + testImplementation 'io.cucumber:cucumber-spring:7.34.2' + testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.34.2' - testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.1' + testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.32.0' - testImplementation 'org.assertj:assertj-core:3.26.3' + testImplementation 'org.assertj:assertj-core:3.27.7' - testCompileOnly 'org.projectlombok:lombok:1.18.36' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.36' + testCompileOnly 'org.projectlombok:lombok:1.18.42' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.42' - testImplementation "ch.qos.logback:logback-core:1.5.19" - testImplementation "ch.qos.logback:logback-classic:1.5.19" + testImplementation "ch.qos.logback:logback-core:1.5.29" + testImplementation "ch.qos.logback:logback-classic:1.5.29" - testImplementation 'org.apache.activemq:activemq-client:6.1.6' - testImplementation "org.apache.avro:avro:1.12.0" - testImplementation "org.awaitility:awaitility:4.2.2" - testImplementation 'io.github.classgraph:classgraph:4.8.179' + testImplementation 'org.apache.activemq:activemq-client:6.2.0' + testImplementation "org.apache.avro:avro:1.12.1" + testImplementation "org.awaitility:awaitility:4.3.0" + testImplementation 'io.github.classgraph:classgraph:4.8.184' - testImplementation 'org.apache.commons:commons-collections4:4.4' + testImplementation 'org.apache.commons:commons-collections4:4.5.0' } tasks.named('test') { diff --git a/integration-tests/dependencies.gradle b/integration-tests/dependencies.gradle index 3e267893f86..44ac14db67a 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.47@zip' + tomcat 'org.apache.tomcat:tomcat:10.1.52@zip' def providerMainOutput = project(':fineract-provider').extensions.getByType(SourceSetContainer).named('main').get().output testImplementation( providerMainOutput, project(path: ':fineract-core', configuration: 'runtimeElements'), diff --git a/oauth2-tests/build.gradle b/oauth2-tests/build.gradle index e6098f250a3..6ff305411fc 100644 --- a/oauth2-tests/build.gradle +++ b/oauth2-tests/build.gradle @@ -35,9 +35,9 @@ configurations { } dependencies { driver 'com.mysql:mysql-connector-j' - testImplementation 'org.seleniumhq.selenium:selenium-java:4.21.0' + testImplementation 'org.seleniumhq.selenium:selenium-java:4.40.0' testImplementation 'io.github.bonigarcia:webdrivermanager:6.3.3' - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.14.2' } cargo { diff --git a/oauth2-tests/dependencies.gradle b/oauth2-tests/dependencies.gradle index 448003e0be3..e5b11a544cf 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.47@zip' + tomcat 'org.apache.tomcat:tomcat:10.1.52@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 9a5e31684cf..175b744b076 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.47@zip' + tomcat 'org.apache.tomcat:tomcat:10.1.52@zip' testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"), project(path: ':fineract-provider', configuration: 'runtimeElements'), 'org.junit.jupiter:junit-jupiter-api',