Dependency updates and cleanup.

Original Pull Request #2946
Closes #2945
This commit is contained in:
Peter-Josef Meisch 2024-07-30 06:56:32 +02:00 committed by GitHub
parent dd156b9e29
commit 95e028a1e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

23
pom.xml
View File

@ -24,11 +24,11 @@
<elasticsearch-java>8.14.1</elasticsearch-java>
<blockhound-junit>1.0.9.RELEASE</blockhound-junit>
<hoverfly>0.18.1</hoverfly>
<hoverfly>0.19.0</hoverfly>
<log4j>2.23.1</log4j>
<jsonassert>1.5.1</jsonassert>
<testcontainers>1.19.8</testcontainers>
<wiremock>3.0.1</wiremock>
<jsonassert>1.5.3</jsonassert>
<testcontainers>1.20.0</testcontainers>
<wiremock>3.9.1</wiremock>
<java-module-name>spring.data.elasticsearch</java-module-name>
@ -132,17 +132,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId> <!-- is Apache 2-->
<version>${elasticsearch-java}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Jackson JSON Mapper -->
<dependency>
@ -263,8 +252,8 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>${wiremock}</version>
<scope>test</scope>
<exclusions>