Skip to content

Commit 95e028a

Browse files
authored
Dependency updates and cleanup.
Original Pull Request #2946 Closes #2945
1 parent dd156b9 commit 95e028a

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

pom.xml

+6-17
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<elasticsearch-java>8.14.1</elasticsearch-java>
2525

2626
<blockhound-junit>1.0.9.RELEASE</blockhound-junit>
27-
<hoverfly>0.18.1</hoverfly>
27+
<hoverfly>0.19.0</hoverfly>
2828
<log4j>2.23.1</log4j>
29-
<jsonassert>1.5.1</jsonassert>
30-
<testcontainers>1.19.8</testcontainers>
31-
<wiremock>3.0.1</wiremock>
29+
<jsonassert>1.5.3</jsonassert>
30+
<testcontainers>1.20.0</testcontainers>
31+
<wiremock>3.9.1</wiremock>
3232

3333
<java-module-name>spring.data.elasticsearch</java-module-name>
3434

@@ -132,17 +132,6 @@
132132
</exclusion>
133133
</exclusions>
134134
</dependency>
135-
<dependency>
136-
<groupId>org.elasticsearch.client</groupId>
137-
<artifactId>elasticsearch-rest-client</artifactId> <!-- is Apache 2-->
138-
<version>${elasticsearch-java}</version>
139-
<exclusions>
140-
<exclusion>
141-
<groupId>commons-logging</groupId>
142-
<artifactId>commons-logging</artifactId>
143-
</exclusion>
144-
</exclusions>
145-
</dependency>
146135

147136
<!-- Jackson JSON Mapper -->
148137
<dependency>
@@ -263,8 +252,8 @@
263252
</dependency>
264253

265254
<dependency>
266-
<groupId>com.github.tomakehurst</groupId>
267-
<artifactId>wiremock-jre8</artifactId>
255+
<groupId>org.wiremock</groupId>
256+
<artifactId>wiremock</artifactId>
268257
<version>${wiremock}</version>
269258
<scope>test</scope>
270259
<exclusions>

0 commit comments

Comments
 (0)