Skip to content

Commit

Permalink
Bumped PIT to version 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Nov 4, 2024
1 parent 4adc28d commit 1227115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/src/bld/java/com/example/ExamplesBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public ExamplesBuild() {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);

scope(test)
.include(dependency("org.pitest", "pitest", version(1, 17, 0)))
.include(dependency("org.pitest", "pitest-command-line", version(1, 17, 0)))
.include(dependency("org.pitest", "pitest", version(1, 17, 1)))
.include(dependency("org.pitest", "pitest-command-line", version(1, 17, 1)))
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 1)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 11, 3)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 11, 3)));
Expand Down
2 changes: 1 addition & 1 deletion src/bld/java/rife/bld/extension/PitestOperationBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public PitestOperationBuild() {

repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);

var pitest = version(1, 17, 0);
var pitest = version(1, 17, 1);
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(2, 1, 0)));
scope(test)
Expand Down

0 comments on commit 1227115

Please sign in to comment.