Skip to content

Commit

Permalink
Update to Elasticsearch 7.17.19 (#1842)
Browse files Browse the repository at this point in the history
* Update to Elasticsearch 7.17.19

* Automatically update versions

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dadoonet and github-actions[bot] committed Mar 26, 2024
1 parent 2ed45e7 commit 7fd1439
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/docker-compose-it-v7/.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=7.17.16
STACK_VERSION=7.17.19

# 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 @@ -4,6 +4,6 @@ Version=2.10-SNAPSHOT
[3rdParty]
TikaVersion=2.9.1
ElasticsearchVersion6=6.8.23
ElasticsearchVersion7=7.17.16
ElasticsearchVersion7=7.17.19
ElasticsearchVersion8=8.12.2
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.12.2</elasticsearch8.version>
<elasticsearch7.version>7.17.16</elasticsearch7.version>
<elasticsearch7.version>7.17.19</elasticsearch7.version>
<elasticsearch6.version>6.8.23</elasticsearch6.version>
<elasticsearch.version>${elasticsearch8.version}</elasticsearch.version>

Expand Down

0 comments on commit 7fd1439

Please sign in to comment.