Skip to content

Commit

Permalink
HSEARCH-4339 Upgrade to Elasticsearch client 7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Oct 8, 2021
1 parent 29b0ac0 commit 64a8a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -202,8 +202,8 @@

<!-- >>> Elasticsearch -->
<!-- The version of the Elasticsearch client used by Hibernate Search, independently from the version of the remote cluster -->
<!-- Use the latest open-source version here. Currently, low-level clients are open-source even in 7.11+ -->
<version.org.elasticsearch.client>7.13.4</version.org.elasticsearch.client>
<!-- Use the latest open-source version here. Currently, low-level clients are open-source even in 7.15+ -->
<version.org.elasticsearch.client>7.15.0</version.org.elasticsearch.client>
<!-- The main compatible version of Elasticsearch, advertised by default. Used in documentation links and as the default when testing.
We're trying to stick to a fully-OSS version as the default, so don't upgrade to 7.11 here. -->
<!-- When updating the following version you will likely need to update the test profiles as well,
Expand Down

0 comments on commit 64a8a17

Please sign in to comment.