Skip to content

Commit dc9eb74

Browse files
authored
1 parent e1d6461 commit dc9eb74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
395395
configurations.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'

search-processors/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)