From f5711e245471b35e4c84acf64027fa6d4eb647aa Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 Jan 2025 14:44:16 +0000 Subject: [PATCH] Update non-major --- build.gradle | 4 ++-- 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, 21 insertions(+), 21 deletions(-) diff --git a/build.gradle b/build.gradle index 52c811c5ec2..3f1baccbd9f 100644 --- a/build.gradle +++ b/build.gradle @@ -521,7 +521,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.20.1' + checkstyle 'com.puppycrawl.tools:checkstyle:10.21.2' checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1' } @@ -543,7 +543,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.36.0" } tasks.withType(JavaCompile).configureEach { diff --git a/fineract-e2e-tests-core/build.gradle b/fineract-e2e-tests-core/build.gradle index b5d1e35bde9..5ba86c09b14 100644 --- a/fineract-e2e-tests-core/build.gradle +++ b/fineract-e2e-tests-core/build.gradle @@ -70,25 +70,25 @@ dependencies { testImplementation 'commons-httpclient:commons-httpclient:3.1' testImplementation 'org.apache.commons:commons-lang3:3.17.0' testImplementation 'com.googlecode.json-simple:json-simple:1.1.1' - testImplementation 'com.google.code.gson:gson:2.11.0' + testImplementation 'com.google.code.gson:gson:2.12.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' + testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.1' - 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.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' testCompileOnly 'org.projectlombok:lombok:1.18.36' testAnnotationProcessor 'org.projectlombok:lombok:1.18.36' - testImplementation "ch.qos.logback:logback-core:1.5.12" - testImplementation "ch.qos.logback:logback-classic:1.5.12" + testImplementation "ch.qos.logback:logback-core:1.5.16" + testImplementation "ch.qos.logback:logback-classic:1.5.16" - testImplementation 'org.apache.activemq:activemq-client:6.1.4' + testImplementation 'org.apache.activemq:activemq-client:6.1.5' testImplementation "org.apache.avro:avro:1.12.0" testImplementation "org.awaitility:awaitility:4.2.2" testImplementation 'io.github.classgraph:classgraph:4.8.179' diff --git a/fineract-e2e-tests-runner/build.gradle b/fineract-e2e-tests-runner/build.gradle index d8da800854e..60362990ae6 100644 --- a/fineract-e2e-tests-runner/build.gradle +++ b/fineract-e2e-tests-runner/build.gradle @@ -42,25 +42,25 @@ dependencies { testImplementation 'commons-httpclient:commons-httpclient:3.1' testImplementation 'org.apache.commons:commons-lang3:3.17.0' testImplementation 'com.googlecode.json-simple:json-simple:1.1.1' - testImplementation 'com.google.code.gson:gson:2.11.0' + testImplementation 'com.google.code.gson:gson:2.12.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' + testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.1' - 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.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' testCompileOnly 'org.projectlombok:lombok:1.18.36' testAnnotationProcessor 'org.projectlombok:lombok:1.18.36' - testImplementation "ch.qos.logback:logback-core:1.5.12" - testImplementation "ch.qos.logback:logback-classic:1.5.12" + testImplementation "ch.qos.logback:logback-core:1.5.16" + testImplementation "ch.qos.logback:logback-classic:1.5.16" - testImplementation 'org.apache.activemq:activemq-client:6.1.4' + testImplementation 'org.apache.activemq:activemq-client:6.1.5' testImplementation "org.apache.avro:avro:1.12.0" testImplementation "org.awaitility:awaitility:4.2.2" testImplementation 'io.github.classgraph:classgraph:4.8.179' diff --git a/integration-tests/dependencies.gradle b/integration-tests/dependencies.gradle index 7d2b7bd8648..7baa544dbae 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.33@zip' + tomcat 'org.apache.tomcat:tomcat:10.1.34@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 022d9d526a8..0e175b1f4fb 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.33@zip' + tomcat 'org.apache.tomcat:tomcat:10.1.34@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 3272600cce4..3f209e74420 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.33@zip' + tomcat 'org.apache.tomcat:tomcat:10.1.34@zip' testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"), project(path: ':fineract-provider', configuration: 'runtimeElements'), 'org.junit.jupiter:junit-jupiter-api',