diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 476514eff3..10f660c357 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -124,6 +124,8 @@ 1.2 1.3.1 4.12 + 5.0.0 + 1.0.0 5.0.0.RC2 3.5.3 2.9.0 @@ -931,6 +933,21 @@ junit ${junit.version} + + org.junit.platform + junit-platform-launcher + ${junit.platform.version} + + + org.junit.jupiter + junit-jupiter-api + ${junit.jupiter.version} + + + org.junit.jupiter + junit-jupiter-engine + ${junit.jupiter.version} + mysql mysql-connector-java diff --git a/spring-boot-samples/spring-boot-sample-junit-jupiter/pom.xml b/spring-boot-samples/spring-boot-sample-junit-jupiter/pom.xml index 5c3a57bfe2..e20bbbe905 100644 --- a/spring-boot-samples/spring-boot-sample-junit-jupiter/pom.xml +++ b/spring-boot-samples/spring-boot-sample-junit-jupiter/pom.xml @@ -19,8 +19,6 @@ ${basedir}/../.. - 5.0.0-M6 - 1.0.0-M6 @@ -40,10 +38,19 @@ + + org.junit.platform + junit-platform-launcher + test + org.junit.jupiter junit-jupiter-api - ${junit.jupiter.version} + test + + + org.junit.jupiter + junit-jupiter-engine test @@ -63,11 +70,6 @@ junit-platform-surefire-provider ${junit.platform.version} - - org.junit.jupiter - junit-jupiter-engine - ${junit.jupiter.version} -