Upgrade to Elasticsearch 7.17.13.

Original Pull Request #2691
Closes #2690
This commit is contained in:
Peter-Josef Meisch 2023-09-13 12:55:55 +02:00 committed by GitHub
parent 25c30322a7
commit 2d91d8a66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,9 @@
<properties>
<!-- version of the RestHighLevelClient -->
<elasticsearch-rhlc>7.17.12</elasticsearch-rhlc>
<elasticsearch-rhlc>7.17.13</elasticsearch-rhlc>
<!-- version of the new ElasticsearchClient -->
<elasticsearch-java>7.17.12</elasticsearch-java>
<elasticsearch-java>7.17.13</elasticsearch-java>
<log4j>2.17.1</log4j>
<netty>4.1.65.Final</netty>
<springdata.commons>2.7.16-SNAPSHOT</springdata.commons>