From 3b0c1354cbaf90b3ddda2810a34ad8688bf9b284 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 17 Jun 2018 16:43:27 +0200 Subject: [PATCH] Upgrade to Maven Surefire/Failsafe Plugin 2.22.0 Closes gh-13500 --- spring-boot-project/spring-boot-dependencies/pom.xml | 4 ++-- .../spring-boot-sample-junit-jupiter/pom.xml | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index adea2bd7511..a6441abc2b4 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -197,7 +197,7 @@ 2.8.2 2.10 3.0.0-M1 - 2.21.0 + 2.22.0 2.5.2 3.1.0 2.2 @@ -207,7 +207,7 @@ 2.4.3 3.6 3.0.1 - 2.21.0 + 2.22.0 3.1.0 2.3 1.0.1 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 f59301f5032..13fe211ce33 100644 --- a/spring-boot-samples/spring-boot-sample-junit-jupiter/pom.xml +++ b/spring-boot-samples/spring-boot-sample-junit-jupiter/pom.xml @@ -13,7 +13,6 @@ Spring Boot JUnit Jupiter Sample ${basedir}/../.. - 2.19.1 @@ -51,13 +50,6 @@ org.apache.maven.plugins maven-surefire-plugin - - - org.junit.platform - junit-platform-surefire-provider - ${junit-platform.version} - -