File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ allprojects {
7171
7272}
7373
74+
7475subprojects {
7576 configurations {
7677 testImplementation. extendsFrom compileOnly
@@ -80,6 +81,8 @@ subprojects {
8081 // Force spotless depending on newer version of guava due to CVE-2023-2976. Remove after spotless upgrades.
8182 resolutionStrategy. force " com.google.guava:guava:32.1.3-jre"
8283 resolutionStrategy. force ' org.apache.commons:commons-compress:1.26.0'
84+ resolutionStrategy. force " org.apache.commons:commons-lang3:${ versions.commonslang} "
85+
8386 }
8487}
8588
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ repositories {
2727 mavenLocal()
2828}
2929
30- configurations. all {
31- resolutionStrategy. force " org.apache.commons:commons-lang3:${ versions.commonslang} "
32- }
3330
3431dependencies {
3532 implementation project(path : " :${ rootProject.name} -common" , configuration : ' shadow' )
You can’t perform that action at this time.
0 commit comments