Skip to content

Commit

Permalink
Update to Elasticsearch 8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Nov 25, 2024
1 parent eb72192 commit 2f31eed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ElasticSearchContainer(password: String)
}

object ElasticSearchContainer {
private val Version = "8.15.1"
private val Version = "8.16.1"

val ElasticSearchUser = "elastic"
val ElasticSearchPassword = "password"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/docs/delta/api/assets/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"blazegraph": "2.1.6-RC-21-jre",
"postgresql": "16.5",
"elasticsearch": "8.15.1"
"elasticsearch": "8.16.1"
},
"plugins": {
"archive": "1.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
memory: 1024M

elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:8.15.1"
image: "docker.elastic.co/elasticsearch/elasticsearch:8.16.1"
environment:
discovery.type: "single-node"
bootstrap.memory_lock: "true"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/docs/running-nexus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $ curl http://localhost/v1/version | jq
"delta": "1.10.0",
"dependencies": {
"blazegraph": "2.1.6-SNAPSHOT",
"elasticsearch": "8.15.1",
"elasticsearch": "8.16.1",
"postgres": "16.5"
},
"environment": "dev",
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
- 9090:8080

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.1
environment:
ES_JAVA_OPTS: "-Xmx2G"
discovery.type: "single-node"
Expand Down

0 comments on commit 2f31eed

Please sign in to comment.