Skip to content

Commit 2049726

Browse files
authored
Dependency updates.
Original Pull Request #2245 Closes #2243
1 parent 7620222 commit 2049726

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pom.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,21 @@
1818
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
1919

2020
<properties>
21+
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
22+
2123
<!-- version of the RestHighLevelClient -->
2224
<elasticsearch-rhlc>7.17.5</elasticsearch-rhlc>
2325
<!-- version of the new ElasticsearchClient -->
2426
<elasticsearch-java>8.3.3</elasticsearch-java>
2527

26-
<log4j>2.17.2</log4j>
28+
<log4j>2.18.0</log4j>
2729
<netty>4.1.65.Final</netty>
2830

29-
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
30-
<testcontainers>1.16.2</testcontainers>
3131
<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>
3236

3337
<java-module-name>spring.data.elasticsearch</java-module-name>
3438

@@ -303,14 +307,14 @@
303307
<dependency>
304308
<groupId>org.skyscreamer</groupId>
305309
<artifactId>jsonassert</artifactId>
306-
<version>1.5.0</version>
310+
<version>${jsonassert}</version>
307311
<scope>test</scope>
308312
</dependency>
309313

310314
<dependency>
311315
<groupId>com.github.tomakehurst</groupId>
312316
<artifactId>wiremock-jre8</artifactId>
313-
<version>2.32.0</version>
317+
<version>${wiremock}</version>
314318
<scope>test</scope>
315319
<exclusions>
316320
<!-- these exclusions are needed because of Elasticsearch JarHell-->
@@ -328,7 +332,7 @@
328332
<dependency>
329333
<groupId>io.specto</groupId>
330334
<artifactId>hoverfly-java-junit5</artifactId>
331-
<version>0.14.1</version>
335+
<version>${hoverfly}</version>
332336
<scope>test</scope>
333337
</dependency>
334338

0 commit comments

Comments
 (0)