Dependancy upgrades (#264)

* dependancy upgrades

* revert dep to 0.4.1

* revert file changes
This commit is contained in:
LPowlett
2019-01-10 14:55:22 +00:00
committed by GitHub
parent 525ff82fe7
commit be11b3cda1
3 changed files with 5 additions and 5 deletions

View File

@@ -32,19 +32,19 @@ limitations under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.2.0</version>
<version>5.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.2.0</version>
<version>5.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-console-standalone</artifactId>
<version>1.2.0</version>
<version>1.3.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>