dependency updates.

Original Pull Request #2531
Closes #2530
This commit is contained in:
Peter-Josef Meisch 2023-04-15 12:37:50 +02:00 committed by GitHub
parent 90db137548
commit df7a614638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

39
pom.xml
View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -26,13 +27,14 @@
<elasticsearch-java>8.7.0</elasticsearch-java> <elasticsearch-java>8.7.0</elasticsearch-java>
<log4j>2.18.0</log4j> <log4j>2.18.0</log4j>
<netty>4.1.65.Final</netty> <!-- netty dependency can be removed once the WebClient code is gone -->
<netty>4.1.90.Final</netty>
<blockhound-junit>1.0.7.RELEASE</blockhound-junit> <blockhound-junit>1.0.8.RELEASE</blockhound-junit>
<hoverfly>0.14.3</hoverfly> <hoverfly>0.14.4</hoverfly>
<jsonassert>1.5.1</jsonassert> <jsonassert>1.5.1</jsonassert>
<testcontainers>1.17.3</testcontainers> <testcontainers>1.18.0</testcontainers>
<wiremock>2.33.2</wiremock> <wiremock>2.35.0</wiremock>
<java-module-name>spring.data.elasticsearch</java-module-name> <java-module-name>spring.data.elasticsearch</java-module-name>
@ -196,7 +198,7 @@
<dependency> <dependency>
<groupId>javax.interceptor</groupId> <groupId>javax.interceptor</groupId>
<artifactId>javax.interceptor-api</artifactId> <artifactId>javax.interceptor-api</artifactId>
<version>1.2.1</version> <version>1.2.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@ -402,29 +404,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.7.5</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>0.12</version>
</dependency>
</dependencies>
<configuration>
<jvmArgs>
<jvmArg>-XX:+AllowRedefinitionToAddDeleteMethods</jvmArg>
</jvmArgs>
<excludedGroups>integration-test</excludedGroups>
<targetClasses>
<param>org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter*</param>
</targetClasses>
<excludedMethods>toString</excludedMethods>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>