junit-jupiter 5.5.0 -> 5.5.1.

This commit is contained in:
Gary Gregory 2019-08-22 10:17:00 -04:00
parent 2f38c4b5a8
commit 561fc60c63
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
<version>5.5.0</version> <version>5.5.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>