diff options
| author | Anton Bobov <anton@bobov.name> | 2023-09-14 23:16:58 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-09-14 23:16:58 +0500 |
| commit | f48019eaef7bb6ca256d391a51401fc3c9728d58 (patch) | |
| tree | b9fca6efed21c582662a963974ff58f9b41cb7a0 /pit-run | |
| parent | 14325e1964c5939e5139297ce5897f929dc1e025 (diff) | |
Updates
Diffstat (limited to 'pit-run')
| -rwxr-xr-x | pit-run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'} |
