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 @@ -79,7 +79,7 @@ dependencies {
7979 exclude group : ' com.google.errorprone' , module : ' error_prone_annotations'
8080 }
8181 implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.11.0'
82- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.10 '
82+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.18.0 '
8383 implementation group : ' org.apache.commons' , name : ' commons-math3' , version : ' 3.6.1'
8484 implementation " org.apache.logging.log4j:log4j-slf4j-impl:2.19.0"
8585 testImplementation group : ' commons-io' , name : ' commons-io' , version : ' 2.15.1'
@@ -395,7 +395,7 @@ check.dependsOn jacocoTestCoverageVerification
395395configurations. all {
396396 exclude group : " org.jetbrains" , module : " annotations"
397397 exclude group : " com.google.guava" , module : " failureaccess"
398- resolutionStrategy. force ' org.apache.commons:commons-lang3:3.10 '
398+ resolutionStrategy. force ' org.apache.commons:commons-lang3:3.18.0 '
399399 resolutionStrategy. force ' commons-logging:commons-logging:1.2'
400400 resolutionStrategy. force ' org.objenesis:objenesis:3.2'
401401 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 {
3131 implementation project(path : " :${ rootProject.name} -common" , configuration : ' shadow' )
3232 compileOnly group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
3333 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:3.18 .0'
3535 implementation project(' :opensearch-ml-memory' )
3636 implementation group : ' org.opensearch' , name : ' common-utils' , version : " ${ common_utils_version} "
3737 // https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5
You can’t perform that action at this time.
0 commit comments