Correct the version of spring-boot-junit-runners in dependencies pom

This commit is contained in:
Andy Wilkinson 2016-11-23 20:41:48 +00:00
parent 94542cee1f
commit 15401a3078
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>