Browse Source

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

pull/5622/merge
Andy Wilkinson 9 years ago
parent
commit
15401a3078
  1. 2
      spring-boot-dependencies/pom.xml

2
spring-boot-dependencies/pom.xml

@ -203,7 +203,7 @@ @@ -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>

Loading…
Cancel
Save