Skip to content

Commit

Permalink
Merge pull request #1723 from dadoonet/es-7.17.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet authored Oct 18, 2023
2 parents aaa8e8b + f4b7326 commit f9f532f
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.7
STACK_VERSION=7.17.14

# 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,7 +4,7 @@ Version=2.10-SNAPSHOT
[3rdParty]
TikaVersion=2.9.0
ElasticsearchVersion6=6.8.23
ElasticsearchVersion7=7.17.7
ElasticsearchVersion7=7.17.14
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 @@ -39,7 +39,7 @@
<!--suppress CheckTagEmptyBody -->
<properties>
<elasticsearch8.version>8.10.3</elasticsearch8.version>
<elasticsearch7.version>7.17.7</elasticsearch7.version>
<elasticsearch7.version>7.17.14</elasticsearch7.version>
<elasticsearch6.version>6.8.23</elasticsearch6.version>
<elasticsearch.version>${elasticsearch8.version}</elasticsearch.version>

Expand Down

0 comments on commit f9f532f

Please sign in to comment.