summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpit-run4
1 files changed, 2 insertions, 2 deletions
diff --git a/pit-run b/pit-run
index 683a1a0..0ac4c2c 100755
--- a/pit-run
+++ b/pit-run
@@ -16,9 +16,9 @@ from xml.etree.ElementTree import SubElement, Element, parse, register_namespace
PIT_GROUP_ID = "org.pitest"
PIT_ARTIFACT_ID = "pitest-maven"
-PIT_VERSION = "1.14.4"
+PIT_VERSION = "1.16.1"
PIT_PLUGINS = [
- (PIT_GROUP_ID, "pitest-junit5-plugin", "1.2.0"),
+ (PIT_GROUP_ID, "pitest-junit5-plugin", "1.2.1"),
]
MUTATORS = ["STRONGER"]
BROWSER_COMMAND = "x-www-browser" # or xdg-open