|
19 | 19 | // TODO: this is work in progress, please follow FINERACT-1171 |
20 | 20 | buildscript { |
21 | 21 | ext { |
22 | | - jacocoVersion = '0.8.12' |
| 22 | + jacocoVersion = '0.8.14' |
23 | 23 | retrofitVersion = '2.9.0' |
24 | 24 | okhttpVersion = '4.9.3' |
25 | 25 | fineractCustomProjects = [] |
@@ -99,11 +99,11 @@ buildscript { |
99 | 99 |
|
100 | 100 | dependencies { |
101 | 101 | classpath 'com.bmuschko:gradle-cargo-plugin:2.9.0' |
102 | | - classpath 'org.eclipse.persistence:eclipselink:4.0.6' |
| 102 | + classpath 'org.eclipse.persistence:eclipselink:4.0.9' |
103 | 103 | classpath 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0' |
104 | 104 | classpath 'com.google.cloud.tools:jib-layer-filter-extension-gradle:0.3.0' |
105 | | - classpath 'org.apache.commons:commons-lang3:3.18.0' |
106 | | - classpath 'io.swagger.core.v3:swagger-jaxrs2-jakarta:2.2.22' |
| 105 | + classpath 'org.apache.commons:commons-lang3:3.20.0' |
| 106 | + classpath 'io.swagger.core.v3:swagger-jaxrs2-jakarta:2.2.49' |
107 | 107 | classpath 'jakarta.servlet:jakarta.servlet-api:6.1.0' |
108 | 108 | } |
109 | 109 | } |
@@ -184,7 +184,7 @@ allprojects { |
184 | 184 | resolutionStrategy { |
185 | 185 | dependencySubstitution { |
186 | 186 | // Substitution is to resolve CVE-2025-12183 |
187 | | - substitute module('org.lz4:lz4-java') using module('at.yawk.lz4:lz4-java:1.10.1') |
| 187 | + substitute module('org.lz4:lz4-java') using module('at.yawk.lz4:lz4-java:1.11.0') |
188 | 188 | } |
189 | 189 | } |
190 | 190 | } |
@@ -554,7 +554,7 @@ configure(project.fineractJavaProjects) { |
554 | 554 | // Configuration for the Checkstyle plugin |
555 | 555 | // https://docs.gradle.org/current/userguide/checkstyle_plugin.html |
556 | 556 | dependencies { |
557 | | - checkstyle 'com.puppycrawl.tools:checkstyle:11.0.0' |
| 557 | + checkstyle 'com.puppycrawl.tools:checkstyle:11.1.0' |
558 | 558 | checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1' |
559 | 559 | } |
560 | 560 |
|
@@ -584,7 +584,7 @@ configure(project.fineractJavaProjects) { |
584 | 584 | // Configuration for the errorprone plugin |
585 | 585 | // https://github.com/tbroyer/gradle-errorprone-plugin |
586 | 586 | dependencies { |
587 | | - errorprone "com.google.errorprone:error_prone_core:2.35.1" |
| 587 | + errorprone "com.google.errorprone:error_prone_core:2.49.0" |
588 | 588 | } |
589 | 589 |
|
590 | 590 | tasks.withType(JavaCompile).configureEach { |
@@ -838,10 +838,10 @@ configure(project.fineractCustomProjects) { |
838 | 838 | 'org.awaitility:awaitility', |
839 | 839 | 'io.github.classgraph:classgraph', |
840 | 840 | 'io.cucumber:cucumber-core', |
841 | | - 'io.cucumber:cucumber-java:7.20.1', |
842 | | - 'io.cucumber:cucumber-java8:7.20.1', |
843 | | - 'io.cucumber:cucumber-junit-platform-engine:7.20.1', |
844 | | - 'io.cucumber:cucumber-spring:7.20.1', |
| 841 | + 'io.cucumber:cucumber-java:7.34.3', |
| 842 | + 'io.cucumber:cucumber-java8:7.34.3', |
| 843 | + 'io.cucumber:cucumber-junit-platform-engine:7.34.3', |
| 844 | + 'io.cucumber:cucumber-spring:7.34.3', |
845 | 845 | ) |
846 | 846 |
|
847 | 847 | testCompileOnly('org.projectlombok:lombok') |
|
0 commit comments