Skip to content

Commit c3beb80

Browse files
committed
Update pitest and increase mutation coverage (strimzi#121)
Signed-off-by: see-quick <[email protected]>
1 parent 4977c5c commit c3beb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<maven.gpg.version>1.6</maven.gpg.version>
127127
<sonatype.nexus.staging>1.7.0</sonatype.nexus.staging>
128128
<pit-junit-plugin.version>1.2.1</pit-junit-plugin.version>
129-
<pit-plugin.version>1.17.0</pit-plugin.version>
129+
<pit-plugin.version>1.17.2</pit-plugin.version>
130130

131131
<!-- FIX VULNERABILITY VERSIONS -->
132132
<commons-compress.version>1.26.1</commons-compress.version>
@@ -454,7 +454,7 @@
454454
<avoidCallsTo>org.slf4j</avoidCallsTo>
455455
<avoidCallsTo>org.apache.commons.logging</avoidCallsTo>
456456
</avoidCallsTo>
457-
<mutationThreshold>81</mutationThreshold>
457+
<mutationThreshold>91</mutationThreshold>
458458
<coverageThreshold>72</coverageThreshold>
459459
<verbose>true</verbose>
460460
</configuration>

0 commit comments

Comments
 (0)