Skip to content

Commit

Permalink
Merge branch 'main' into throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
owaiskazi19 committed Nov 8, 2023
2 parents c4b9a68 + 1de0ca5 commit 7a0b6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
implementation 'org.junit.jupiter:junit-jupiter:5.10.1'
implementation "com.google.guava:guava:32.1.3-jre"
api group: 'org.opensearch', name:'opensearch-ml-client', version: "${opensearch_build}"
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'
implementation "org.opensearch:common-utils:${common_utils_version}"

configurations.all {
Expand Down

0 comments on commit 7a0b6d3

Please sign in to comment.