Skip to content

Commit

Permalink
Use version of org.apache.commons:commons-lang3 defined in core (open…
Browse files Browse the repository at this point in the history
…search-project#3306)

Use version of org.apache.commons:commons-lang3 defined in core

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Sep 5, 2023
1 parent 3af850e commit fd3a143
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 @@ -572,7 +572,7 @@ dependencies {


testImplementation "org.opensaml:opensaml-messaging-impl:${open_saml_version}"
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation "org.apache.commons:commons-lang3:${versions.commonslang}"
testImplementation "org.opensearch:common-utils:${common_utils_version}"
testImplementation "org.opensearch.plugin:reindex-client:${opensearch_version}"
testImplementation "org.opensearch:opensearch-ssl-config:${opensearch_version}"
Expand Down

0 comments on commit fd3a143

Please sign in to comment.