Skip to content

Commit

Permalink
Update dependency org.opensearch:opensearch to v2.18.0 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github-com[bot] authored Nov 15, 2024
1 parent 4ca13b3 commit 547db9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'
implementation group: 'com.google.inject', name: 'guice', version: '5.0.0'
implementation "org.opensearch:opensearch:2.8.0"
implementation "org.opensearch:opensearch:2.18.0"
implementation 'org.opensearch.client:opensearch-rest-high-level-client:2.3.0'

testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.23.1'
Expand Down

0 comments on commit 547db9f

Please sign in to comment.