summaryrefslogtreecommitdiff
path: root/pit-run
diff options
context:
space:
mode:
Diffstat (limited to 'pit-run')
-rwxr-xr-xpit-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/pit-run b/pit-run
index 3b5c16a..c51eb3c 100755
--- a/pit-run
+++ b/pit-run
@@ -12,7 +12,7 @@ import xml.etree.ElementTree as ET
PIT_GROUP_ID = 'org.pitest'
PIT_ARTIFACT_ID = 'pitest-maven'
-PIT_VERSION = '1.14.2'
+PIT_VERSION = '1.14.4'
PIT_JUNIT5_ARTIFACT_ID = 'pitest-junit5-plugin'
PIT_JUNIT5_VERSION = '1.2.0'
NAMESPACES = {'': 'http://maven.apache.org/POM/4.0.0'}