Skip to content

Commit

Permalink
Fix PIT tests (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechZankowski authored Jan 8, 2024
1 parent 69d6775 commit 5907a68
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 @@ -394,12 +394,12 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.15.3</version>
<version>1.7.1</version>
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>1.2.1</version>
<version>0.15</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 5907a68

Please sign in to comment.