Skip to content

Commit

Permalink
Use Elasticsearch 8.13 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Apr 5, 2024
1 parent cd89fca commit 87e8254
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.12.1"
private val Version = "8.13.0"

val ElasticSearchUser = "elastic"
val ElasticSearchPassword = "password"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/paradox/docs/delta/api/assets/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dependencies": {
"blazegraph": "2.1.6-RC",
"postgresql": "15.6",
"elasticsearch": "8.12.1",
"remoteStorage": "1.9.0"
"elasticsearch": "8.13.0",
"remoteStorage": "1.10.0"
},
"plugins": {
"archive": "1.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
memory: 1024M

elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:8.12.1"
image: "docker.elastic.co/elasticsearch/elasticsearch:8.13.0"
environment:
discovery.type: "single-node"
bootstrap.memory_lock: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $ curl http://localhost/v1/version | jq
"delta": "1.10.0",
"dependencies": {
"blazegraph": "2.1.6-SNAPSHOT",
"elasticsearch": "8.12.1",
"elasticsearch": "8.13.0",
"postgres": "15.6"
},
"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 @@ -108,7 +108,7 @@ services:
- 9090:8080

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

0 comments on commit 87e8254

Please sign in to comment.