summaryrefslogtreecommitdiff
path: root/pit-run
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2023-09-14 23:16:58 +0500
committerAnton Bobov <anton@bobov.name>2023-09-14 23:16:58 +0500
commitf48019eaef7bb6ca256d391a51401fc3c9728d58 (patch)
treeb9fca6efed21c582662a963974ff58f9b41cb7a0 /pit-run
parent14325e1964c5939e5139297ce5897f929dc1e025 (diff)
Updates
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'}