Skip to content

Commit

Permalink
Merge pull request #1721 from dadoonet/dependabot/maven/co.elastic.cl…
Browse files Browse the repository at this point in the history
…ients-elasticsearch-java-8.10.3

Bump co.elastic.clients:elasticsearch-java from 8.10.2 to 8.10.3
  • Loading branch information
mergify[bot] authored Oct 11, 2023
2 parents f69de2f + 715670b commit 35b58e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.10.2
STACK_VERSION=8.10.3

# Set the cluster name
CLUSTER_NAME=docker-cluster
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker-compose-example-workplace/.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.10.2
STACK_VERSION=8.10.3

# 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.10.2
STACK_VERSION=8.10.3

# 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,6 +5,6 @@ Version=2.10-SNAPSHOT
TikaVersion=2.9.0
ElasticsearchVersion6=6.8.23
ElasticsearchVersion7=7.17.7
ElasticsearchVersion8=8.10.2
ElasticsearchVersion8=8.10.3
TiffVersion=1.4.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 @@ -38,7 +38,7 @@

<!--suppress CheckTagEmptyBody -->
<properties>
<elasticsearch8.version>8.10.2</elasticsearch8.version>
<elasticsearch8.version>8.10.3</elasticsearch8.version>
<elasticsearch7.version>7.17.7</elasticsearch7.version>
<elasticsearch6.version>6.8.23</elasticsearch6.version>
<elasticsearch.version>${elasticsearch8.version}</elasticsearch.version>
Expand Down

0 comments on commit 35b58e1

Please sign in to comment.