Skip to content

Commit

Permalink
Bump org.elasticsearch.client:transport in /modules/elasticsearch
Browse files Browse the repository at this point in the history
Bumps [org.elasticsearch.client:transport](https://github.com/elastic/elasticsearch) from 7.17.15 to 7.17.18.
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v7.17.15...v7.17.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent d80ce60 commit 91daa9c
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 @@ -3,6 +3,6 @@ description = "Testcontainers :: elasticsearch"
dependencies {
api project(':testcontainers')
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.11.1"
testImplementation "org.elasticsearch.client:transport:7.17.15"
testImplementation "org.elasticsearch.client:transport:7.17.18"
testImplementation 'org.assertj:assertj-core:3.24.2'
}

0 comments on commit 91daa9c

Please sign in to comment.