Skip to content

Commit

Permalink
build against platform 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Jan 12, 2023
1 parent 9eae691 commit f7cbf29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Adds support to pitest for JUnit 5 and the Jupiter api.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.pitest/pitest-junit5-plugin/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.pitest/pitest-junit5-plugin)

* 1.1.x requires pitest 1.9.0 or above and JUnit Platform 1.9.x (Jupiter 5.9.1)
* 1.1.2 requires pitest 1.9.0 or above and JUnit Platform 1.9.2 (Jupiter 5.9.2)
* 1.1.1 requires pitest 1.9.0 or above and JUnit Platform 1.9.1 (Jupiter 5.9.1)
* 1.1.0 requires pitest 1.9.0 or above and JUnit Platform 1.9.1 (Jupiter 5.9.1)
* 1.0.0 requires pitest 1.9.0 or above and JUnit Platform 1.8.x (Jupiter 5.8.0)
* 0.16 requires pitest 1.4.0 or above and JUnit Platform 1.8.x (Jupiter 5.8.0)
* 0.15 requires pitest 1.4.0 or above and JUnit Platform 1.8.x (Jupiter 5.8.0)
Expand All @@ -17,7 +19,7 @@ Adds support to pitest for JUnit 5 and the Jupiter api.

## Usage

The plugin has been built against JUnit platform 1.5.0 - you may encounter issues if you use it with a different version.
The plugin has been built against the versions of JUnit platform noted above - you may encounter issues if you use it with a different version.

To activate the plugin it must be placed on the classpath of the pitest tool (**not** on the classpath of the project being mutated).

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<assertj.version>3.14.0</assertj.version>
<junit.platform.version>1.9.1</junit.platform.version>
<junit.version>5.8.2</junit.version>
<junit.platform.version>1.9.2</junit.platform.version>
<junit.version>5.9.2</junit.version>
<mockito.version>2.7.6</mockito.version>
<pitest.version>1.9.0</pitest.version>
<cucumber.version>5.0.0</cucumber.version>
Expand Down

0 comments on commit f7cbf29

Please sign in to comment.