Skip to content

Commit 85dacc3

Browse files
committed
HSEARCH-5274 Upgrade Elasticsearch client to 8.16.1
1 parent 05a65f9 commit 85dacc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/parents/build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<!-- >>> Elasticsearch -->
4949
<!-- The version of the Elasticsearch client used by Hibernate Search, independently of the version of the remote cluster -->
5050
<!-- Use the latest open-source version here. Currently, low-level clients are open-source even in 8.5+ -->
51-
<version.org.elasticsearch.client>8.16.0</version.org.elasticsearch.client>
51+
<version.org.elasticsearch.client>8.16.1</version.org.elasticsearch.client>
5252
<!-- The main compatible version of Elasticsearch, advertised by default. Used in documentation links. -->
5353
<version.org.elasticsearch.compatible.main>${version.org.elasticsearch.latest}</version.org.elasticsearch.compatible.main>
5454
<documentation.org.elasticsearch.url>https://www.elastic.co/guide/en/elasticsearch/reference/${parsed-version.org.elasticsearch.compatible.main.majorVersion}.${parsed-version.org.elasticsearch.compatible.main.minorVersion}</documentation.org.elasticsearch.url>

0 commit comments

Comments
 (0)