Skip to content

Commit

Permalink
Update JUnit5
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 18, 2023
1 parent 471ac0d commit a6294fd
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 @@ -49,13 +49,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<version>5.10.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<version>5.10.0-M1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a6294fd

Please sign in to comment.