Skip to content

Commit

Permalink
Update elasticsearch-rest-client, ... to 8.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Philippus committed Dec 17, 2024
1 parent 12b4008 commit aba11cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/launch-elasticsearch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: 'Launch elastic docker'
shell: bash
run: |
docker run -d -p 39227:9200 -p 39337:9300 -e "discovery.type=single-node" -v /home/runner/work/elastic4s/elastic4s/elastic4s-tests/src/test/resources/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml docker.elastic.co/elasticsearch/elasticsearch:8.16.1
docker run -d -p 39227:9200 -p 39337:9300 -e "discovery.type=single-node" -v /home/runner/work/elastic4s/elastic4s/elastic4s-tests/src/test/resources/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml docker.elastic.co/elasticsearch/elasticsearch:8.17.0
- name: 'Wait for cluster to start'
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
environment:
discovery.type: single-node
network.host: 0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val CatsEffectVersion = "3.5.7"
val CirceVersion = "0.14.10"
val CommonsIoVersion = "2.18.0"
val ElasticsearchVersion = "8.16.2"
val ElasticsearchVersion = "8.17.0"
val ExtsVersion = "1.61.1"
val Http4sVersion = "0.23.30"
val JacksonVersion = "2.18.2"
Expand Down

0 comments on commit aba11cc

Please sign in to comment.