update pitest

This commit is contained in:
Carsten Otto
2022-06-23 17:59:51 +02:00
parent 2b1ae9e95d
commit e2b70780ea

View File

@@ -5,8 +5,8 @@ plugins {
pitest {
targetClasses = ['de.cotto.*']
pitestVersion = '1.7.6'
junit5PluginVersion = '0.15'
pitestVersion = '1.9.0'
junit5PluginVersion = '1.0.0'
outputFormats = ['XML', 'HTML']
timestampedReports = false
failWhenNoMutations = false