Bumped PIT to version 1.17.3

This commit is contained in:
Erik C. Thauvin 2024-12-16 09:23:33 -08:00
parent 4a4fa2fb83
commit 2412c525dd
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ public class ExamplesBuild extends Project {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
var pitest = version(1, 17, 2);
var pitest = version(1, 17, 3);
scope(test)
.include(dependency("org.pitest", "pitest", pitest))
.include(dependency("org.pitest", "pitest-command-line", pitest))