Skip to content

Commit

Permalink
HSEARCH-4235 Upgrade Elasticsearch client to 7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jun 16, 2021
1 parent d02b391 commit dc19925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -200,7 +200,7 @@
<!-- >>> 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>${version.org.elasticsearch.latest-7.12}</version.org.elasticsearch.client>
<version.org.elasticsearch.client>${version.org.elasticsearch.latest-7.13}</version.org.elasticsearch.client>
<!-- The main compatible version, 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 All @@ -213,6 +213,7 @@
<!-- The versions of Elasticsearch that may work, but are not given priority for bugfixes and new features -->
<version.org.elasticsearch.compatible.not-regularly-tested.text>6.0 or 7.0</version.org.elasticsearch.compatible.not-regularly-tested.text>
<!-- The latest micro of each Elasticsearch branch -->
<version.org.elasticsearch.latest-7.13>7.13.2</version.org.elasticsearch.latest-7.13>
<version.org.elasticsearch.latest-7.12>7.12.1</version.org.elasticsearch.latest-7.12>
<version.org.elasticsearch.latest-7.10>7.10.0</version.org.elasticsearch.latest-7.10>
<version.org.elasticsearch.latest-7.9>7.9.3</version.org.elasticsearch.latest-7.9>
Expand Down

0 comments on commit dc19925

Please sign in to comment.