Skip to content

Commit

Permalink
Upgrade pitest-maven-plugin 1.8.1 -> 1.9.0 and pitest-junit5-plugin 0…
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-Bot authored Jun 24, 2022
1 parent 4ee555c commit ce01b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
<configuration>
<!-- Use multiple threads to speed things up. Extend
timeouts to prevent false positives as a result of
Expand All @@ -1147,7 +1147,7 @@
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>0.16</version>
<version>1.0.0</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit ce01b62

Please sign in to comment.