Skip to content

Commit

Permalink
Bump elasticsearch-rest-client from 8.0.0 to 8.1.0 (#11)
Browse files Browse the repository at this point in the history
Bumps [elasticsearch-rest-client](https://github.com/elastic/elasticsearch) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/master/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.0.0...v8.1.0)

---
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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 17, 2022
1 parent 33df609 commit 279938e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktor-elastic/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
api("org.elasticsearch.client:elasticsearch-rest-client:8.0.0")
api("org.elasticsearch.client:elasticsearch-rest-client:8.1.0")
}

0 comments on commit 279938e

Please sign in to comment.