Skip to content

Commit

Permalink
HSEARCH-4849 Upgrade to Elasticsearch client 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and marko-bekhta committed May 3, 2023
1 parent c68ac20 commit c23854d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<!-- >>> Elasticsearch -->
<!-- The version of the Elasticsearch client used by Hibernate Search, independently of the version of the remote cluster -->
<!-- Use the latest open-source version here. Currently, low-level clients are open-source even in 8.5+ -->
<version.org.elasticsearch.client>8.7.0</version.org.elasticsearch.client>
<version.org.elasticsearch.client>8.7.1</version.org.elasticsearch.client>
<!-- The main compatible version of Elasticsearch, advertised by default. Used in documentation links. -->
<!-- When updating the following version you will likely need to update the test profiles as well,
to make sure the corresponding profile (e.g. elasticsearch-8.4) becomes the default. -->
Expand Down

0 comments on commit c23854d

Please sign in to comment.