mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-10-12 13:28:59 +00:00
parent
b49fedaafc
commit
3911b69869
5
pom.xml
5
pom.xml
@ -21,7 +21,8 @@
|
|||||||
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
|
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
|
||||||
|
|
||||||
<!-- version of the ElasticsearchClient -->
|
<!-- version of the ElasticsearchClient -->
|
||||||
<elasticsearch-java>9.1.3</elasticsearch-java>
|
<elasticsearch-java>9.1.4</elasticsearch-java>
|
||||||
|
<elasticsearch-rest-client>9.1.3</elasticsearch-rest-client>
|
||||||
|
|
||||||
<hoverfly>0.20.2</hoverfly>
|
<hoverfly>0.20.2</hoverfly>
|
||||||
<log4j>2.25.1</log4j>
|
<log4j>2.25.1</log4j>
|
||||||
@ -136,7 +137,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.elasticsearch.client</groupId>
|
<groupId>org.elasticsearch.client</groupId>
|
||||||
<artifactId>elasticsearch-rest-client</artifactId>
|
<artifactId>elasticsearch-rest-client</artifactId>
|
||||||
<version>${elasticsearch-java}</version>
|
<version>${elasticsearch-rest-client}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user