We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49feda commit 3911b69Copy full SHA for 3911b69
pom.xml
@@ -21,7 +21,8 @@
21
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
22
23
<!-- version of the ElasticsearchClient -->
24
- <elasticsearch-java>9.1.3</elasticsearch-java>
+ <elasticsearch-java>9.1.4</elasticsearch-java>
25
+ <elasticsearch-rest-client>9.1.3</elasticsearch-rest-client>
26
27
<hoverfly>0.20.2</hoverfly>
28
<log4j>2.25.1</log4j>
@@ -136,7 +137,7 @@
136
137
<dependency>
138
<groupId>org.elasticsearch.client</groupId>
139
<artifactId>elasticsearch-rest-client</artifactId>
- <version>${elasticsearch-java}</version>
140
+ <version>${elasticsearch-rest-client}</version>
141
<exclusions>
142
<exclusion>
143
<groupId>commons-logging</groupId>
0 commit comments