Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pit dependency to 1.4.3 #36

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,18 @@ Methods, you can add specific thresholds **pseudoTestedThreshold** and/or **part
## Releases
For PIT release... | use PitMP release... | how to use PitMP
-------------------------- | -------------------- | ----------------
1.4.3 | 1.3.7 | Maven Central
1.4.2 | 1.3.5, 1.3.6 | Maven Central
1.4.0 | 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0, 1.2.0 | Maven Central
1.3.2 | 1.1.6, 1.1.5 | Maven Central
1.3.1 | 1.1.4 | Maven Central
1.2.1, 1.2.2, 1.2.4, 1.2.5, 1.3.0 | not tested |
1.2.0, 1.2.3 | 1.0.1 | git clone & mvn install

* pitmp-maven-plugin-1.3.7
- Dependency on Descartes v1.3.4
- Tested with PIT v1.4.3, Descartes v1.3.4, JUnit4 and JUnit5

* pitmp-maven-plugin-1.3.6
- Dependency on Descartes v1.3.4
- Tested with PIT v1.4.2, Descartes v1.3.4, JUnit4 and JUnit5
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
</dependency>

<dependency>
Expand Down