|
18 | 18 | <url>https://github.com/spring-projects/spring-data-elasticsearch</url>
|
19 | 19 |
|
20 | 20 | <properties>
|
| 21 | + <springdata.commons>3.0.0-SNAPSHOT</springdata.commons> |
| 22 | + |
21 | 23 | <!-- version of the RestHighLevelClient -->
|
22 | 24 | <elasticsearch-rhlc>7.17.5</elasticsearch-rhlc>
|
23 | 25 | <!-- version of the new ElasticsearchClient -->
|
24 | 26 | <elasticsearch-java>8.3.3</elasticsearch-java>
|
25 | 27 |
|
26 |
| - <log4j>2.17.2</log4j> |
| 28 | + <log4j>2.18.0</log4j> |
27 | 29 | <netty>4.1.65.Final</netty>
|
28 | 30 |
|
29 |
| - <springdata.commons>3.0.0-SNAPSHOT</springdata.commons> |
30 |
| - <testcontainers>1.16.2</testcontainers> |
31 | 31 | <blockhound-junit>1.0.6.RELEASE</blockhound-junit>
|
| 32 | + <hoverfly>0.14.2</hoverfly> |
| 33 | + <jsonassert>1.5.1</jsonassert> |
| 34 | + <testcontainers>1.17.3</testcontainers> |
| 35 | + <wiremock>2.33.2</wiremock> |
32 | 36 |
|
33 | 37 | <java-module-name>spring.data.elasticsearch</java-module-name>
|
34 | 38 |
|
|
303 | 307 | <dependency>
|
304 | 308 | <groupId>org.skyscreamer</groupId>
|
305 | 309 | <artifactId>jsonassert</artifactId>
|
306 |
| - <version>1.5.0</version> |
| 310 | + <version>${jsonassert}</version> |
307 | 311 | <scope>test</scope>
|
308 | 312 | </dependency>
|
309 | 313 |
|
310 | 314 | <dependency>
|
311 | 315 | <groupId>com.github.tomakehurst</groupId>
|
312 | 316 | <artifactId>wiremock-jre8</artifactId>
|
313 |
| - <version>2.32.0</version> |
| 317 | + <version>${wiremock}</version> |
314 | 318 | <scope>test</scope>
|
315 | 319 | <exclusions>
|
316 | 320 | <!-- these exclusions are needed because of Elasticsearch JarHell-->
|
|
328 | 332 | <dependency>
|
329 | 333 | <groupId>io.specto</groupId>
|
330 | 334 | <artifactId>hoverfly-java-junit5</artifactId>
|
331 |
| - <version>0.14.1</version> |
| 335 | + <version>${hoverfly}</version> |
332 | 336 | <scope>test</scope>
|
333 | 337 | </dependency>
|
334 | 338 |
|
|
0 commit comments