From ece78ce3c5acc26c28fe1ae984414f71620f5ddd Mon Sep 17 00:00:00 2001 From: Markus Kreth Date: Sun, 28 Apr 2019 05:01:37 +0200 Subject: [PATCH] upgrade spring boot to 2.1.4 --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4a188c4..6164711 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.1.RELEASE + 2.1.4.RELEASE @@ -248,6 +248,10 @@ junit-platform-runner test + + org.junit.platform + junit-platform-launcher +