Skip to content

Commit

Permalink
⬆️ : update junit-jupiter version
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Jul 19, 2019
1 parent 8b61e6e commit c9c9f96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<properties>
<java.version>11</java.version>
<junit-jupiter.version>5.5.0</junit-jupiter.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -53,13 +54,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.2</version>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.2</version>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c9c9f96

Please sign in to comment.