Skip to content

Commit 5b28de0

Browse files
committed
FINERACT-2181: Update non-major
1 parent 6204cde commit 5b28de0

File tree

9 files changed

+60
-60
lines changed

9 files changed

+60
-60
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// TODO: this is work in progress, please follow FINERACT-1171
2020
buildscript {
2121
ext {
22-
jacocoVersion = '0.8.12'
22+
jacocoVersion = '0.8.14'
2323
retrofitVersion = '2.9.0'
2424
okhttpVersion = '4.9.3'
2525
fineractCustomProjects = []
@@ -87,7 +87,7 @@ buildscript {
8787
classpath 'org.eclipse.persistence:eclipselink:4.0.6'
8888
classpath 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0'
8989
classpath 'com.google.cloud.tools:jib-layer-filter-extension-gradle:0.3.0'
90-
classpath 'org.apache.commons:commons-lang3:3.18.0'
90+
classpath 'org.apache.commons:commons-lang3:3.20.0'
9191
classpath 'io.swagger.core.v3:swagger-jaxrs2-jakarta:2.2.22'
9292
classpath 'jakarta.servlet:jakarta.servlet-api:6.1.0'
9393
}
@@ -529,7 +529,7 @@ configure(project.fineractJavaProjects) {
529529
// Configuration for the Checkstyle plugin
530530
// https://docs.gradle.org/current/userguide/checkstyle_plugin.html
531531
dependencies {
532-
checkstyle 'com.puppycrawl.tools:checkstyle:11.0.0'
532+
checkstyle 'com.puppycrawl.tools:checkstyle:11.1.0'
533533
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
534534
}
535535

@@ -551,7 +551,7 @@ configure(project.fineractJavaProjects) {
551551
// Configuration for the errorprone plugin
552552
// https://github.com/tbroyer/gradle-errorprone-plugin
553553
dependencies {
554-
errorprone "com.google.errorprone:error_prone_core:2.35.1"
554+
errorprone "com.google.errorprone:error_prone_core:2.44.0"
555555
}
556556

557557
tasks.withType(JavaCompile).configureEach {
@@ -798,10 +798,10 @@ configure(project.fineractCustomProjects) {
798798
'org.awaitility:awaitility',
799799
'io.github.classgraph:classgraph',
800800
'io.cucumber:cucumber-core',
801-
'io.cucumber:cucumber-java:7.20.1',
802-
'io.cucumber:cucumber-java8:7.20.1',
803-
'io.cucumber:cucumber-junit-platform-engine:7.20.1',
804-
'io.cucumber:cucumber-spring:7.20.1',
801+
'io.cucumber:cucumber-java:7.32.0',
802+
'io.cucumber:cucumber-java8:7.32.0',
803+
'io.cucumber:cucumber-junit-platform-engine:7.32.0',
804+
'io.cucumber:cucumber-spring:7.32.0',
805805
)
806806

807807
testCompileOnly('org.projectlombok:lombok')

fineract-client-feign/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ spotbugsTest {
167167
}
168168

169169
jacoco {
170-
toolVersion = "0.8.11"
170+
toolVersion = "0.8.14"
171171
}
172172

173173
jacocoTestReport {

fineract-client-feign/dependencies.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ dependencies {
2525
'io.github.openfeign:feign-hc5:13.6',
2626
'io.github.openfeign:feign-okhttp:13.6',
2727
'io.github.openfeign.form:feign-form:3.8.0',
28-
'org.apache.httpcomponents.client5:httpclient5:5.2.1',
28+
'org.apache.httpcomponents.client5:httpclient5:5.5.1',
2929
'com.squareup.okhttp3:okhttp:4.12.0',
3030
'com.fasterxml.jackson.core:jackson-databind',
3131
'com.fasterxml.jackson.datatype:jackson-datatype-jsr310',
3232
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8',
3333
'jakarta.annotation:jakarta.annotation-api:3.0.0',
3434
'io.swagger.core.v3:swagger-annotations-jakarta:2.2.15',
35-
'org.apache.commons:commons-lang3:3.12.0',
35+
'org.apache.commons:commons-lang3:3.20.0',
3636
'org.slf4j:slf4j-api:1.7.36',
3737
'org.projectlombok:lombok'
3838
)
3939

4040
// Test dependencies
4141
testImplementation(
42-
'org.junit.jupiter:junit-jupiter-api:5.11.3',
43-
'org.junit.jupiter:junit-jupiter-engine:5.11.3',
44-
'org.mockito:mockito-core:5.14.2',
45-
'org.assertj:assertj-core:3.26.3',
42+
'org.junit.jupiter:junit-jupiter-api:5.14.1',
43+
'org.junit.jupiter:junit-jupiter-engine:5.14.1',
44+
'org.mockito:mockito-core:5.20.0',
45+
'org.assertj:assertj-core:3.27.6',
4646
'org.slf4j:slf4j-simple:1.7.36',
4747
'org.wiremock:wiremock-standalone'
4848
)

fineract-e2e-tests-core/build.gradle

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -66,37 +66,37 @@ dependencies {
6666

6767
testImplementation 'com.github.spotbugs:spotbugs-annotations'
6868

69-
testImplementation 'com.squareup.retrofit2:retrofit:2.11.0'
69+
testImplementation 'com.squareup.retrofit2:retrofit:2.12.0'
7070
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
71-
testImplementation 'org.apache.commons:commons-lang3:3.18.0'
71+
testImplementation 'org.apache.commons:commons-lang3:3.20.0'
7272
testImplementation ('com.googlecode.json-simple:json-simple:1.1.1') {
7373
exclude group: 'junit', module: 'junit'
7474
}
75-
testImplementation 'com.google.code.gson:gson:2.11.0'
75+
testImplementation 'com.google.code.gson:gson:2.13.2'
7676

77-
testImplementation 'io.cucumber:cucumber-java:7.20.1'
78-
testImplementation 'io.cucumber:cucumber-junit:7.20.1'
79-
testImplementation 'io.cucumber:cucumber-spring:7.20.1'
80-
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1'
77+
testImplementation 'io.cucumber:cucumber-java:7.32.0'
78+
testImplementation 'io.cucumber:cucumber-junit:7.32.0'
79+
testImplementation 'io.cucumber:cucumber-spring:7.32.0'
80+
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.32.0'
8181

82-
testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.1'
82+
testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.31.0'
8383

84-
testImplementation 'org.assertj:assertj-core:3.26.3'
85-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
86-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
84+
testImplementation 'org.assertj:assertj-core:3.27.6'
85+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.1'
86+
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.1'
8787

88-
testCompileOnly 'org.projectlombok:lombok:1.18.36'
89-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
88+
testCompileOnly 'org.projectlombok:lombok:1.18.42'
89+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
9090

91-
testImplementation "ch.qos.logback:logback-core:1.5.17"
92-
testImplementation "ch.qos.logback:logback-classic:1.5.17"
91+
testImplementation "ch.qos.logback:logback-core:1.5.21"
92+
testImplementation "ch.qos.logback:logback-classic:1.5.21"
9393

94-
testImplementation 'org.apache.activemq:activemq-client:6.1.6'
95-
testImplementation "org.apache.avro:avro:1.12.0"
96-
testImplementation "org.awaitility:awaitility:4.2.2"
97-
testImplementation 'io.github.classgraph:classgraph:4.8.179'
94+
testImplementation 'org.apache.activemq:activemq-client:6.2.0'
95+
testImplementation "org.apache.avro:avro:1.12.1"
96+
testImplementation "org.awaitility:awaitility:4.3.0"
97+
testImplementation 'io.github.classgraph:classgraph:4.8.184'
9898

99-
testImplementation 'org.apache.commons:commons-collections4:4.4'
99+
testImplementation 'org.apache.commons:commons-collections4:4.5.0'
100100
}
101101

102102
tasks.withType(JavaCompile).configureEach {

fineract-e2e-tests-runner/build.gradle

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,37 +38,37 @@ dependencies {
3838
implementation 'org.springframework:spring-test'
3939
testImplementation 'org.springframework:spring-jms'
4040

41-
testImplementation 'com.squareup.retrofit2:retrofit:2.11.0'
41+
testImplementation 'com.squareup.retrofit2:retrofit:2.12.0'
4242
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
43-
testImplementation 'org.apache.commons:commons-lang3:3.18.0'
43+
testImplementation 'org.apache.commons:commons-lang3:3.20.0'
4444
testImplementation ('com.googlecode.json-simple:json-simple:1.1.1') {
4545
exclude group: 'junit', module: 'junit'
4646
}
47-
testImplementation 'com.google.code.gson:gson:2.11.0'
47+
testImplementation 'com.google.code.gson:gson:2.13.2'
4848

49-
testImplementation 'org.junit.platform:junit-platform-suite:1.11.4'
50-
testImplementation 'org.junit.platform:junit-platform-console:1.11.4'
51-
testImplementation 'io.cucumber:cucumber-java:7.20.1'
52-
testImplementation 'io.cucumber:cucumber-junit:7.20.1'
53-
testImplementation 'io.cucumber:cucumber-spring:7.20.1'
54-
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1'
49+
testImplementation 'org.junit.platform:junit-platform-suite:1.14.1'
50+
testImplementation 'org.junit.platform:junit-platform-console:1.14.1'
51+
testImplementation 'io.cucumber:cucumber-java:7.32.0'
52+
testImplementation 'io.cucumber:cucumber-junit:7.32.0'
53+
testImplementation 'io.cucumber:cucumber-spring:7.32.0'
54+
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.32.0'
5555

56-
testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.1'
56+
testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.31.0'
5757

58-
testImplementation 'org.assertj:assertj-core:3.26.3'
58+
testImplementation 'org.assertj:assertj-core:3.27.6'
5959

60-
testCompileOnly 'org.projectlombok:lombok:1.18.36'
61-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
60+
testCompileOnly 'org.projectlombok:lombok:1.18.42'
61+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
6262

63-
testImplementation "ch.qos.logback:logback-core:1.5.17"
64-
testImplementation "ch.qos.logback:logback-classic:1.5.17"
63+
testImplementation "ch.qos.logback:logback-core:1.5.21"
64+
testImplementation "ch.qos.logback:logback-classic:1.5.21"
6565

66-
testImplementation 'org.apache.activemq:activemq-client:6.1.6'
67-
testImplementation "org.apache.avro:avro:1.12.0"
68-
testImplementation "org.awaitility:awaitility:4.2.2"
69-
testImplementation 'io.github.classgraph:classgraph:4.8.179'
66+
testImplementation 'org.apache.activemq:activemq-client:6.2.0'
67+
testImplementation "org.apache.avro:avro:1.12.1"
68+
testImplementation "org.awaitility:awaitility:4.3.0"
69+
testImplementation 'io.github.classgraph:classgraph:4.8.184'
7070

71-
testImplementation 'org.apache.commons:commons-collections4:4.4'
71+
testImplementation 'org.apache.commons:commons-collections4:4.5.0'
7272
}
7373

7474
tasks.named('test') {

integration-tests/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
// testCompile dependencies are ONLY used in src/test, not src/main.
2121
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
2222
//
23-
tomcat 'org.apache.tomcat:tomcat:10.1.42@zip'
23+
tomcat 'org.apache.tomcat:tomcat:10.1.49@zip'
2424
def providerMainOutput = project(':fineract-provider').extensions.getByType(SourceSetContainer).named('main').get().output
2525
testImplementation( providerMainOutput,
2626
project(path: ':fineract-core', configuration: 'runtimeElements'),

oauth2-tests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ configurations {
3535
}
3636
dependencies {
3737
driver 'com.mysql:mysql-connector-j'
38-
testImplementation 'org.seleniumhq.selenium:selenium-java:4.21.0'
38+
testImplementation 'org.seleniumhq.selenium:selenium-java:4.38.0'
3939
testImplementation 'io.github.bonigarcia:webdrivermanager:6.3.3'
40-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
40+
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.1'
4141
}
4242

4343
cargo {

oauth2-tests/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
// testCompile dependencies are ONLY used in src/test, not src/main.
2121
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
2222
//
23-
tomcat 'org.apache.tomcat:tomcat:10.1.42@zip'
23+
tomcat 'org.apache.tomcat:tomcat:10.1.49@zip'
2424
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
2525
project(path: ':fineract-provider', configuration: 'runtimeElements'),
2626
'org.junit.jupiter:junit-jupiter-api',

twofactor-tests/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
// testCompile dependencies are ONLY used in src/test, not src/main.
2121
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
2222
//
23-
tomcat 'org.apache.tomcat:tomcat:10.1.42@zip'
23+
tomcat 'org.apache.tomcat:tomcat:10.1.49@zip'
2424
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
2525
project(path: ':fineract-provider', configuration: 'runtimeElements'),
2626
'org.junit.jupiter:junit-jupiter-api',

0 commit comments

Comments
 (0)