Skip to content

Commit

Permalink
Fix commons-lang version
Browse files Browse the repository at this point in the history
Commons lang version is 3.13
  • Loading branch information
willyborankin committed Sep 4, 2023
1 parent d8a30d4 commit 542311c
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 @@ -575,7 +575,7 @@ dependencies {


testImplementation "org.opensaml:opensaml-messaging-impl:${open_saml_version}"
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'
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 542311c

Please sign in to comment.