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 @@ -84,7 +84,7 @@ dependencies {
84
84
exclude group : ' com.google.errorprone' , module : ' error_prone_annotations'
85
85
}
86
86
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.11.0'
87
- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.10 '
87
+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : " ${ versions.commonslang } "
88
88
implementation group : ' org.apache.commons' , name : ' commons-math3' , version : ' 3.6.1'
89
89
implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0'
90
90
implementation " org.apache.logging.log4j:log4j-slf4j-impl:2.19.0"
@@ -426,7 +426,7 @@ check.dependsOn jacocoTestCoverageVerification
426
426
configurations. all {
427
427
exclude group : " org.jetbrains" , module : " annotations"
428
428
exclude group : " com.google.guava" , module : " failureaccess"
429
- resolutionStrategy. force ' org.apache.commons:commons-lang3:3.10 '
429
+ resolutionStrategy. force " org.apache.commons:commons-lang3:${ versions.commonslang } "
430
430
resolutionStrategy. force ' commons-logging:commons-logging:1.2'
431
431
resolutionStrategy. force ' org.objenesis:objenesis:3.2'
432
432
resolutionStrategy. force ' net.java.dev.jna:jna:5.11.0'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
implementation project(path : " :${ rootProject.name} -common" , configuration : ' shadow' )
32
32
compileOnly group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
33
33
compileOnly group : ' com.google.code.gson' , name : ' gson' , version : ' 2.11.0'
34
- implementation ' org.apache.commons:commons-lang3:3.12.0 '
34
+ implementation " org.apache.commons:commons-lang3:${ versions.commonslang } "
35
35
implementation project(' :opensearch-ml-memory' )
36
36
implementation group : ' org.opensearch' , name : ' common-utils' , version : " ${ common_utils_version} "
37
37
// https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5
You can’t perform that action at this time.
0 commit comments