Update dependencies.

Original Pull Request #2923
Closes #2922
This commit is contained in:
Peter-Josef Meisch 2024-06-01 15:26:45 +02:00 committed by GitHub
parent fade919be6
commit 4ef5af1f2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
pom.xml
View File

@ -23,12 +23,12 @@
<!-- version of the ElasticsearchClient --> <!-- version of the ElasticsearchClient -->
<elasticsearch-java>8.13.4</elasticsearch-java> <elasticsearch-java>8.13.4</elasticsearch-java>
<blockhound-junit>1.0.8.RELEASE</blockhound-junit> <blockhound-junit>1.0.9.RELEASE</blockhound-junit>
<hoverfly>0.14.4</hoverfly> <hoverfly>0.18.1</hoverfly>
<log4j>2.18.0</log4j> <log4j>2.23.1</log4j>
<jsonassert>1.5.1</jsonassert> <jsonassert>1.5.1</jsonassert>
<testcontainers>1.18.0</testcontainers> <testcontainers>1.19.8</testcontainers>
<wiremock>2.35.1</wiremock> <wiremock>3.0.1</wiremock>
<java-module-name>spring.data.elasticsearch</java-module-name> <java-module-name>spring.data.elasticsearch</java-module-name>