Skip to content

Commit 1407d4d

Browse files
authored
Upgrade pitest version and add jvmArg.
Original Pull Request: #2126 Closes #2125
1 parent acd7990 commit 1407d4d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: pom.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
<plugin>
436436
<groupId>org.pitest</groupId>
437437
<artifactId>pitest-maven</artifactId>
438-
<version>1.5.2</version>
438+
<version>1.7.5</version>
439439
<dependencies>
440440
<dependency>
441441
<groupId>org.pitest</groupId>
@@ -444,6 +444,9 @@
444444
</dependency>
445445
</dependencies>
446446
<configuration>
447+
<jvmArgs>
448+
<jvmArg>-XX:+AllowRedefinitionToAddDeleteMethods</jvmArg>
449+
</jvmArgs>
447450
<excludedGroups>integration-test</excludedGroups>
448451
<targetClasses>
449452
<param>org.springframework.data.elasticsearch.core.geo.*</param>
@@ -460,7 +463,7 @@
460463
<groupId>org.asciidoctor</groupId>
461464
<artifactId>asciidoctor-maven-plugin</artifactId>
462465
</plugin>
463-
</plugins>
466+
</plugins>
464467
</build>
465468

466469
<profiles>

0 commit comments

Comments
 (0)