Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump co.elastic.clients:elasticsearch-java from 8.12.2 to 8.13.0 #1845

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/docker-compose-example-elasticsearch/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ELASTIC_PASSWORD=changeme
KIBANA_PASSWORD=changeme

# Version of Elastic products
STACK_VERSION=8.12.2
STACK_VERSION=8.13.0

# Set the cluster name
CLUSTER_NAME=docker-cluster
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker-compose-it/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ELASTIC_PASSWORD=changeme
KIBANA_PASSWORD=changeme

# Version of Elastic products
STACK_VERSION=8.12.2
STACK_VERSION=8.13.0

# Set the cluster name
CLUSTER_NAME=docker-cluster
Expand Down
2 changes: 1 addition & 1 deletion docs/source/fscrawler.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Version=2.10-SNAPSHOT
TikaVersion=2.9.1
ElasticsearchVersion6=6.8.23
ElasticsearchVersion7=7.17.19
ElasticsearchVersion8=8.12.2
ElasticsearchVersion8=8.13.0
JpegVersion=1.4.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<!--suppress CheckTagEmptyBody -->
<properties>
<elasticsearch8.version>8.12.2</elasticsearch8.version>
<elasticsearch8.version>8.13.0</elasticsearch8.version>
<elasticsearch7.version>7.17.19</elasticsearch7.version>
<elasticsearch6.version>6.8.23</elasticsearch6.version>
<elasticsearch.version>${elasticsearch8.version}</elasticsearch.version>
Expand Down