Skip to content

Commit

Permalink
Bump org.elasticsearch.client:elasticsearch-rest-client
Browse files Browse the repository at this point in the history
Bumps [org.elasticsearch.client:elasticsearch-rest-client](https:/elastic/elasticsearch) from 8.14.3 to 8.15.1.
- [Release notes](https:/elastic/elasticsearch/releases)
- [Changelog](https:/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.14.3...v8.15.1)

---
updated-dependencies:
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 5328bca commit 61b8ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: elasticsearch"

dependencies {
api project(':testcontainers')
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.14.3"
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.15.1"
testImplementation "org.elasticsearch.client:transport:7.17.24"
testImplementation 'org.assertj:assertj-core:3.26.3'
}

0 comments on commit 61b8ff7

Please sign in to comment.