Bump PIT to version 1.19.3

This commit is contained in:
Erik C. Thauvin 2025-05-15 21:17:52 -07:00
parent c0231964d3
commit 9795548cf9
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 7 additions and 8 deletions

View file

@ -50,7 +50,7 @@ public class PitestOperationBuild extends Project {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);
var pitest = version(1, 19, 2);
var pitest = version(1, 19, 3);
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(2, 2, 1)));
scope(test)