Skip to content

Commit 49c7977

Browse files
committed
HSEARCH-5480 Upgrade Elasticsearch client to 9.1.4
(cherry picked from commit bf0189d)
1 parent c1278c6 commit 49c7977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bom/platform-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<!-- These versions will be checked against the ones resolved by Maven for the project in the enforcer rule -->
2121
<version.bom.org.hibernate.orm>7.1.1.Final</version.bom.org.hibernate.orm>
22-
<version.bom.org.elasticsearch.client>9.1.3</version.bom.org.elasticsearch.client>
22+
<version.bom.org.elasticsearch.client>9.1.4</version.bom.org.elasticsearch.client>
2323
<version.bom.software.amazon.awssdk>2.32.10</version.bom.software.amazon.awssdk>
2424
<version.bom.io.smallrye>3.3.1</version.bom.io.smallrye>
2525
<version.bom.org.jboss.logging.processor>3.0.4.Final</version.bom.org.jboss.logging.processor>

build/parents/build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<!-- >>> Elasticsearch -->
5050
<!-- The version of the Elasticsearch client used by Hibernate Search, independently of the version of the remote cluster -->
5151
<!-- Use the latest open-source version here. Currently, low-level clients are open-source even in 8.5+ -->
52-
<version.org.elasticsearch.client>9.1.3</version.org.elasticsearch.client>
52+
<version.org.elasticsearch.client>9.1.4</version.org.elasticsearch.client>
5353
<!-- The main compatible version of Elasticsearch, advertised by default. Used in documentation links. -->
5454
<version.org.elasticsearch.compatible.main>${version.org.elasticsearch.latest}</version.org.elasticsearch.compatible.main>
5555
<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)