|
19 | 19 | // TODO: this is work in progress, please follow FINERACT-1171 |
20 | 20 | buildscript { |
21 | 21 | ext { |
22 | | - jacocoVersion = '0.8.14' |
| 22 | + jacocoVersion = '0.8.15' |
23 | 23 | fineractCustomProjects = [] |
24 | 24 | fineractJavaProjects = subprojects.findAll{ |
25 | 25 | [ |
@@ -99,7 +99,7 @@ buildscript { |
99 | 99 | classpath 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0' |
100 | 100 | classpath 'com.google.cloud.tools:jib-layer-filter-extension-gradle:0.3.0' |
101 | 101 | classpath 'org.apache.commons:commons-lang3:3.20.0' |
102 | | - classpath 'io.swagger.core.v3:swagger-jaxrs2-jakarta:2.2.49' |
| 102 | + classpath 'io.swagger.core.v3:swagger-jaxrs2-jakarta:2.2.54' |
103 | 103 | classpath 'jakarta.servlet:jakarta.servlet-api:6.1.0' |
104 | 104 | } |
105 | 105 | } |
@@ -181,7 +181,7 @@ allprojects { |
181 | 181 | resolutionStrategy { |
182 | 182 | dependencySubstitution { |
183 | 183 | // Substitution is to resolve CVE-2025-12183 |
184 | | - substitute module('org.lz4:lz4-java') using module('at.yawk.lz4:lz4-java:1.11.0') |
| 184 | + substitute module('org.lz4:lz4-java') using module('at.yawk.lz4:lz4-java:1.11.2') |
185 | 185 | } |
186 | 186 | } |
187 | 187 | } |
@@ -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:13.4.2' |
| 557 | + checkstyle 'com.puppycrawl.tools:checkstyle:13.11.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.49.0" |
| 587 | + errorprone "com.google.errorprone:error_prone_core:2.50.0" |
588 | 588 | } |
589 | 589 |
|
590 | 590 | tasks.withType(JavaCompile).configureEach { |
|
0 commit comments