File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,15 @@ allprojects {
38
38
sourceCompatibility = JavaVersion . VERSION_1_8
39
39
}
40
40
41
+ configurations. configureEach {
42
+ resolutionStrategy {
43
+ // version overrides for CVE fixes
44
+ force ' org.apache.commons:commons-lang3:3.18.0' // CVE-2025-48924
45
+ force " ch.qos.logback:logback-classic:1.3.15" // CVE-2024-12798, CVE-2024-12801
46
+ force ' com.google.code.gson:gson:2.13.1' // CVE-2025-53864
47
+ }
48
+ }
49
+
41
50
apply plugin : ' java-library'
42
51
apply plugin : ' org.owasp.dependencycheck'
43
52
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0-rc-3- all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0-all.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ dependencyResolutionManagement {
40
40
version(' openapi.generator' , ' 4.3.1' )
41
41
version(' spotless' , ' 7.1.0' )
42
42
version(' depsize' , ' 0.2.0' )
43
- version(' spotbugs' , ' 6.1.5 ' )
44
- version(' depcheck' , ' 9.0.7 ' )
43
+ version(' spotbugs' , ' 6.2.3 ' )
44
+ version(' depcheck' , ' 12.1.3 ' )
45
45
version(' maven.publish' , ' 0.33.0' )
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments