Skip to content

Commit 06eb40a

Browse files
committed
force all subProjects to use updated common-lang3 version
Signed-off-by: Brian Flores <[email protected]>
1 parent 502219d commit 06eb40a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ allprojects {
7171

7272
}
7373

74+
7475
subprojects {
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

search-processors/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3431
dependencies {
3532
implementation project(path: ":${rootProject.name}-common", configuration: 'shadow')

0 commit comments

Comments
 (0)